summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/DebugUtil.cpp
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2014-04-19 09:03:19 +0200
committerPierre Bourdon <delroth@gmail.com>2014-04-19 09:03:19 +0200
commitd8ca861fecd9cd0190748dd7baa210269695212d (patch)
tree4498d6db894a46a94721175a7de5f8a3660780cc /Source/Core/VideoBackends/Software/DebugUtil.cpp
parent8a5c0b3894c1697b4765452edef93fcc6db9aad0 (diff)
parentd523d2002b78390ae1b4855e5b1d33a7021a47fb (diff)
Merge pull request #287 from Tilka/unused_variable
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};