summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/Game.h
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/Game.h')
-rw-r--r--StarsEx/Game.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/StarsEx/Game.h b/StarsEx/Game.h
index 6f0c58c..2625e13 100644
--- a/StarsEx/Game.h
+++ b/StarsEx/Game.h
@@ -44,7 +44,6 @@ public:
virtual bool Init(HINSTANCE hi, HINSTANCE hpi, LPSTR cmdline, int nCmdShow);
virtual int Run();
virtual void Exit();
- virtual bool OnPaint() { return false; }
virtual int GetGameMode() const { return game_mode; }
virtual void SetGameMode(int mode) { game_mode = mode; }