Fixed a FIXME, removed useless code
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4685 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
fc45605bf4
commit
1f2311cf6f
@ -36,11 +36,6 @@
|
||||
|
||||
MainLoop* main_loop = 0;
|
||||
|
||||
// FIXME hacky hacky FPS info
|
||||
int minFPS = 999;
|
||||
int lastFPS = -1;
|
||||
int maxFPS = 0;
|
||||
|
||||
MainLoop::MainLoop() :
|
||||
m_abort(false),
|
||||
m_frame_count(0)
|
||||
|
Loading…
Reference in New Issue
Block a user