aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/dctypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/dctypes.h')
-rw-r--r--engines/wintermute/dctypes.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/wintermute/dctypes.h b/engines/wintermute/dctypes.h
index 1dde068013..4d56ac1459 100644
--- a/engines/wintermute/dctypes.h
+++ b/engines/wintermute/dctypes.h
@@ -134,11 +134,6 @@ enum TDynamicConstructor {
DYNAMIC_CONSTRUCTOR
};
-enum TSeek {
- SEEK_TO_BEGIN = SEEK_SET,
- SEEK_TO_CURRENT = SEEK_CUR,
- SEEK_TO_END = SEEK_END
-};
enum TVideoMode {
VIDEO_WINDOW,