mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 15:31:17 +01:00
Merge pull request #287 from Tilka/unused_variable
Fix "warning: unused variable 'skipFrames'"
This commit is contained in:
commit
d8ca861fec
@ -21,7 +21,6 @@
|
|||||||
namespace DebugUtil
|
namespace DebugUtil
|
||||||
{
|
{
|
||||||
|
|
||||||
static u32 skipFrames = 0;
|
|
||||||
static bool drawingHwTriangles = false;
|
static bool drawingHwTriangles = false;
|
||||||
|
|
||||||
enum { NumObjectBuffers = 40};
|
enum { NumObjectBuffers = 40};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user