summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/Game.h
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/Game.h')
-rw-r--r--StarsEx/Game.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/StarsEx/Game.h b/StarsEx/Game.h
index 2625e13..2aa1df7 100644
--- a/StarsEx/Game.h
+++ b/StarsEx/Game.h
@@ -60,9 +60,6 @@ public:
DWORD Frame();
- void SetMaxFrameLength(double seconds) { max_frame_length = seconds; }
- double GetMaxFrameLength() { return max_frame_length; }
-
bool Active() { return active; }
bool Paused() { return paused; }
bool Server() { return server; }
@@ -88,8 +85,6 @@ protected:
bool server;
bool show_mouse;
DWORD frame_number;
-
- double max_frame_length;
};
// +--------------------------------------------------------------------+