From f13c6a480a08ed07354fd4ab0fcb336315c5f1c8 Mon Sep 17 00:00:00 2001 From: kmather73 Date: Sun, 16 Dec 2018 23:32:17 -0800 Subject: [PATCH] More clang formatting. --- src/video_core/gpu.cpp | 2 +- src/video_core/gpu.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/video_core/gpu.cpp b/src/video_core/gpu.cpp index 0a26650db5..b57f68125f 100644 --- a/src/video_core/gpu.cpp +++ b/src/video_core/gpu.cpp @@ -241,7 +241,7 @@ void GPU::CallPullerMethod(const MethodCall& method_call) { } default: LOG_ERROR(HW_GPU, "Special puller engine method {:X} not implemented", - static_cast(method)); + static_cast(method)); break; } } diff --git a/src/video_core/gpu.h b/src/video_core/gpu.h index 34d5d46fdc..863351111d 100644 --- a/src/video_core/gpu.h +++ b/src/video_core/gpu.h @@ -205,8 +205,6 @@ private: bool acquire_source; } pullerState{}; - - void ProcessBindMethod(const MethodCall& method_call); void ProcessSemaphoreTriggerMethod(); void ProcessSemaphoreRelease();