From f1ddd3c66a3a04c455d7ae41cb98e0f7c554c41c Mon Sep 17 00:00:00 2001 From: degasus Date: Mon, 2 Jun 2014 19:36:09 +0200 Subject: VideoCommon: remove unused stats --- Source/Core/VideoCommon/OpcodeDecoding.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'Source/Core/VideoCommon/OpcodeDecoding.cpp') 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 -- cgit v1.2.3