summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Game.h
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/Game.h')
-rw-r--r--Stars45/Game.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Stars45/Game.h b/Stars45/Game.h
index 65963b1..8d30f42 100644
--- a/Stars45/Game.h
+++ b/Stars45/Game.h
@@ -71,7 +71,6 @@ public:
Clock* GetClock();
DWORD Frame();
- double FrameRate();
void SetMaxFrameLength(double seconds) { max_frame_length = seconds; }
double GetMaxFrameLength() { return max_frame_length; }
@@ -141,11 +140,6 @@ protected:
RECT client_rect; // Saved client area size for mode switches
Clock clock;
- double frame_rate;
- int frame_count;
- int frame_count0;
- int frame_time;
- int frame_time0;
int status;
int exit_code;