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:
auria 2010-02-11 20:16:30 +00:00
parent fc45605bf4
commit 1f2311cf6f

View File

@ -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)