From 975a232cfb08410177af2ba06251e4c553780e7b Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 31 Jan 2022 22:19:15 +0100 Subject: Removed AVI recording functionality --- Stars45/Game.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Stars45/Game.h') 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; -- cgit v1.1