aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/engine/state.h')
-rw-r--r--engines/sci/engine/state.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/engines/sci/engine/state.h b/engines/sci/engine/state.h
index 21c9a1fe9a..a299d89446 100644
--- a/engines/sci/engine/state.h
+++ b/engines/sci/engine/state.h
@@ -83,18 +83,6 @@ enum VideoFlags {
kStretch = 1 << 8
};
-struct VideoState {
- Common::String fileName;
- uint16 x;
- uint16 y;
- uint16 flags;
-
- void reset() {
- fileName = "";
- x = y = flags = 0;
- }
-};
-
/**
* Trace information about a VM function call.
*/
@@ -212,9 +200,6 @@ public:
uint16 _memorySegmentSize;
byte _memorySegment[kMemorySegmentMax];
- // TODO: Excise video code from the state manager
- VideoState _videoState;
-
/**
* Resets the engine state.
*/