summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Game.h
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/Game.h')
-rw-r--r--Stars45/Game.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Stars45/Game.h b/Stars45/Game.h
index 49edb37..e181b9b 100644
--- a/Stars45/Game.h
+++ b/Stars45/Game.h
@@ -69,8 +69,6 @@ public:
static Game* GetInstance();
bool DisplayModeSupported(int w, int h, int bpp);
- int GammaLevel();
- void SetGammaLevel(int g);
Clock* GetClock();
DWORD Frame();
@@ -118,7 +116,6 @@ protected:
VideoSettings* video_settings;
SoundCard* soundcard;
Screen* screen;
- int gamma;
RenderStats stats;
DWORD totaltime;