From d523d2002b78390ae1b4855e5b1d33a7021a47fb Mon Sep 17 00:00:00 2001 From: Tillmann Karras Date: Sat, 19 Apr 2014 04:59:37 +0200 Subject: [PATCH] Fix "warning: unused variable 'skipFrames'" --- Source/Core/VideoBackends/Software/DebugUtil.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Core/VideoBackends/Software/DebugUtil.cpp b/Source/Core/VideoBackends/Software/DebugUtil.cpp index b930969daa..8157567268 100644 --- a/Source/Core/VideoBackends/Software/DebugUtil.cpp +++ b/Source/Core/VideoBackends/Software/DebugUtil.cpp @@ -21,7 +21,6 @@ namespace DebugUtil { -static u32 skipFrames = 0; static bool drawingHwTriangles = false; enum { NumObjectBuffers = 40};