aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/vqa.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/vqa.h')
-rw-r--r--engines/kyra/vqa.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/kyra/vqa.h b/engines/kyra/vqa.h
index 26dbc8d062..44d1354f3d 100644
--- a/engines/kyra/vqa.h
+++ b/engines/kyra/vqa.h
@@ -139,8 +139,6 @@ public:
VQAMovie(KyraEngine_v1 *vm, OSystem *system);
~VQAMovie();
- void setDrawPage(int page);
-
bool open(const char *filename);
void close();
void play();
@@ -150,8 +148,6 @@ private:
Screen *_screen;
VQADecoder *_decoder;
Common::File _file;
-
- int _drawPage;
};
} // End of namespace Kyra