aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sci.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/sci.h')
-rw-r--r--engines/sci/sci.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/sci/sci.h b/engines/sci/sci.h
index 43e9c88da9..4e6be667f1 100644
--- a/engines/sci/sci.h
+++ b/engines/sci/sci.h
@@ -118,12 +118,6 @@ enum SciVersion {
SCI_VERSION_3 // LSL7, RAMA, Lighthouse
};
-enum MoveCountType {
- kMoveCountUninitialized,
- kIgnoreMoveCount,
- kIncrementMoveCount
-};
-
/** Supported languages */
enum kLanguage {
K_LANG_NONE = 0,