From 66709fcfaf40c73eb5f1afaf5c8107ae091d43f8 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 3 Apr 2022 10:51:50 +0200 Subject: Removed unused member of Game --- StarsEx/Game.h | 1 - 1 file changed, 1 deletion(-) diff --git a/StarsEx/Game.h b/StarsEx/Game.h index 518c7d9..e4344f8 100644 --- a/StarsEx/Game.h +++ b/StarsEx/Game.h @@ -89,7 +89,6 @@ protected: DWORD totaltime; HMENU hmenu; - DWORD winstyle; // Internal variables for the state of the app DWORD window_style; // Saved window style for mode switches -- cgit v1.1