diff options
| author | degasus <wickmarkus@web.de> | 2014-06-02 19:36:09 +0200 |
|---|---|---|
| committer | degasus <wickmarkus@web.de> | 2014-06-27 09:35:26 +0200 |
| commit | f1ddd3c66a3a04c455d7ae41cb98e0f7c554c41c (patch) | |
| tree | 345434bd5d1efc38cc9b1d1ad8bc67a55adf0e58 /Source/Core/VideoCommon/OpcodeDecoding.cpp | |
| parent | bd377b9580c65ea6937b3cc7fc254d87683f360b (diff) | |
VideoCommon: remove unused stats
Diffstat (limited to 'Source/Core/VideoCommon/OpcodeDecoding.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/OpcodeDecoding.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/OpcodeDecoding.cpp b/Source/Core/VideoCommon/OpcodeDecoding.cpp index 9575563c7c..5370c35750 100644 --- a/Source/Core/VideoCommon/OpcodeDecoding.cpp +++ b/Source/Core/VideoCommon/OpcodeDecoding.cpp @@ -97,7 +97,6 @@ void InterpretDisplayList(u32 address, u32 size) { Decode(); } - INCSTAT(stats.numDListsCalled); INCSTAT(stats.thisFrame.numDListsCalled); // un-swap |
