summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Game.h
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/Game.h')
-rw-r--r--Stars45/Game.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Stars45/Game.h b/Stars45/Game.h
index 8d30f42..daf3fc5 100644
--- a/Stars45/Game.h
+++ b/Stars45/Game.h
@@ -74,7 +74,6 @@ public:
void SetMaxFrameLength(double seconds) { max_frame_length = seconds; }
double GetMaxFrameLength() { return max_frame_length; }
- Video* GetVideo();
Color GetScreenColor();
void SetScreenColor(Color c);
int GetScreenWidth();