summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Game.h
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/Game.h')
-rw-r--r--Stars45/Game.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Stars45/Game.h b/Stars45/Game.h
index b42af06..49edb37 100644
--- a/Stars45/Game.h
+++ b/Stars45/Game.h
@@ -69,11 +69,8 @@ public:
static Game* GetInstance();
bool DisplayModeSupported(int w, int h, int bpp);
- int MaxTexSize();
- int MaxTexAspect();
int GammaLevel();
void SetGammaLevel(int g);
- void SetMaxTexSize(int n);
Clock* GetClock();
DWORD Frame();
@@ -122,7 +119,6 @@ protected:
SoundCard* soundcard;
Screen* screen;
int gamma;
- int max_tex_size;
RenderStats stats;
DWORD totaltime;