summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/DataLoader.h
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/DataLoader.h')
-rw-r--r--StarsEx/DataLoader.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/StarsEx/DataLoader.h b/StarsEx/DataLoader.h
index 4cc526d..820224a 100644
--- a/StarsEx/DataLoader.h
+++ b/StarsEx/DataLoader.h
@@ -20,7 +20,6 @@
class Bitmap;
class Sound;
-class Video;
// +--------------------------------------------------------------------+
@@ -43,7 +42,6 @@ public:
void Reset();
void UseFileSystem(bool use=true);
- void UseVideo(Video* v);
void EnableMedia(bool enable=true);
int MountDatafile(const char* name, Group group=Group::DEFAULT, int pos=-1);
@@ -81,7 +79,6 @@ private:
int LoadOggStream(const char* fname, Sound*& snd);
Text datapath;
- Video* video;
bool enable_media;
Text last_error;