fix some more timings and the long standing gradient software bug (which was function...
[supertux.git] / src / gameloop.h
index a5263d8..1d01487 100644 (file)
@@ -57,7 +57,6 @@ class GameSession
 {
 private:
   Uint32 fps_ticks;
-  Timer2 frame_timer;
   Timer2 endsequence_timer;
   Level* level;
   Sector* currentsector;