summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/DebugUtil.cpp
diff options
context:
space:
mode:
authorTillmann Karras <tilkax@gmail.com>2014-04-19 04:59:37 +0200
committerTillmann Karras <tilkax@gmail.com>2014-04-19 04:59:37 +0200
commitd523d2002b78390ae1b4855e5b1d33a7021a47fb (patch)
tree33f1faf8f68d189f4d234ca9ead437e9dd9ca1b8 /Source/Core/VideoBackends/Software/DebugUtil.cpp
parent5a5e63bdd475b5706ed4f8a56c3d30b4afc893f8 (diff)
Fix "warning: unused variable 'skipFrames'"
Diffstat (limited to 'Source/Core/VideoBackends/Software/DebugUtil.cpp')
-rw-r--r--Source/Core/VideoBackends/Software/DebugUtil.cpp1
1 files changed, 0 insertions, 1 deletions
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};