summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/Game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/Game.cpp')
-rw-r--r--StarsEx/Game.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/StarsEx/Game.cpp b/StarsEx/Game.cpp
index a127bb8..272dd17 100644
--- a/StarsEx/Game.cpp
+++ b/StarsEx/Game.cpp
@@ -27,8 +27,6 @@
Game* game = 0;
-const double MAX_FRAME_TIME_NORMAL = 1.0 / 5.0;
-
// +--------------------------------------------------------------------+
Game::Game() :
@@ -46,8 +44,6 @@ Game::Game() :
server = false;
show_mouse = false;
frame_number = 0;
-
- max_frame_length = MAX_FRAME_TIME_NORMAL;
}
else
status = TOO_MANY;