summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Game.h
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/Game.h')
-rw-r--r--Stars45/Game.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Stars45/Game.h b/Stars45/Game.h
index cce3c35..264c745 100644
--- a/Stars45/Game.h
+++ b/Stars45/Game.h
@@ -63,7 +63,6 @@ class SoundCard;
class Video;
class VideoFactory;
class VideoSettings;
-class AviFile;
class Text;
// +--------------------------------------------------------------------+
@@ -91,9 +90,6 @@ public:
virtual void Pause(bool f);
int Status() const { return status; }
- virtual void ScreenCapture(const char* name = 0);
- virtual void AVICapture(const char* fname = 0);
-
const RenderStats& GetPolyStats() { return stats; }
//
@@ -220,8 +216,6 @@ protected:
int exit_code;
Color screen_color;
- AviFile* avi_file;
-
static bool active;
static bool paused;
static bool server;