diff options
| author | Tillmann Karras <tilkax@gmail.com> | 2014-04-19 04:59:37 +0200 |
|---|---|---|
| committer | Tillmann Karras <tilkax@gmail.com> | 2014-04-19 04:59:37 +0200 |
| commit | d523d2002b78390ae1b4855e5b1d33a7021a47fb (patch) | |
| tree | 33f1faf8f68d189f4d234ca9ead437e9dd9ca1b8 /Source/Core/VideoBackends/Software/DebugUtil.cpp | |
| parent | 5a5e63bdd475b5706ed4f8a56c3d30b4afc893f8 (diff) | |
Fix "warning: unused variable 'skipFrames'"
Diffstat (limited to 'Source/Core/VideoBackends/Software/DebugUtil.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/Software/DebugUtil.cpp | 1 |
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}; |
