summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/Game.h
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/Game.h')
-rw-r--r--StarsEx/Game.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/StarsEx/Game.h b/StarsEx/Game.h
index 9e589c2..8a9caa8 100644
--- a/StarsEx/Game.h
+++ b/StarsEx/Game.h
@@ -59,7 +59,6 @@ public:
bool Active() { return active; }
bool Paused() { return paused; }
virtual bool Server() { return false; }
- bool ShowMouse() { return show_mouse; }
virtual void PumpEvents();
virtual void GameLoop();
@@ -76,7 +75,6 @@ protected:
bool active;
bool paused;
- bool show_mouse;
DWORD frame_number;
private: