Cleanup: Removed unused variable: g_bResetTiming

This commit is contained in:
michaelangel007
2014-07-17 19:52:56 -07:00
parent 8090dd3933
commit 9ded7f0926
4 changed files with 0 additions and 5 deletions
-1
View File
@@ -721,7 +721,6 @@ Update_t CmdBenchmarkStop (int nArgs)
while ((extbench = GetTickCount()) != currtime)
; // intentional busy-waiting
KeybQueueKeypress(TEXT(' '),1);
g_bResetTiming = true;
return UPDATE_ALL; // 0;
}