summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/Game.h
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/Game.h')
-rw-r--r--StarsEx/Game.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/StarsEx/Game.h b/StarsEx/Game.h
index e4344f8..c3790f6 100644
--- a/StarsEx/Game.h
+++ b/StarsEx/Game.h
@@ -88,13 +88,6 @@ protected:
RenderStats stats;
DWORD totaltime;
- HMENU hmenu;
-
- // Internal variables for the state of the app
- DWORD window_style; // Saved window style for mode switches
- RECT bounds_rect; // Saved window bounds for mode switches
- RECT client_rect; // Saved client area size for mode switches
-
int status;
int exit_code;