aboutsummaryrefslogtreecommitdiff
path: root/engines/metaengine.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/metaengine.h')
-rw-r--r--engines/metaengine.h19
1 files changed, 2 insertions, 17 deletions
diff --git a/engines/metaengine.h b/engines/metaengine.h
index 6eebc04d9c..24995cd41b 100644
--- a/engines/metaengine.h
+++ b/engines/metaengine.h
@@ -134,11 +134,6 @@ public:
*/
enum MetaEngineFeature {
/**
- * 'Return to launcher' feature is supported, i.e., EVENT_RTL is handled.
- */
- kSupportsRTL,
-
- /**
* Listing all Save States for a given target is supported, i.e.,
* the listSaves() method is implemented.
* Used for --list-saves support, as well as the GMM load dialog.
@@ -183,18 +178,8 @@ public:
* the game till the save.
* This flag may only be set when 'kSavesSupportMetaInfo' is set.
*/
- kSavesSupportPlayTime,
-
- /**
- * Features loading from the Common ScummVM options dialog in-game.
- */
- kSupportsLoadingDuringRuntime,
-
- /**
- * Features saving from the Common ScummVM options dialog in-game.
- */
- kSupportsSavingDuringRuntime
- };
+ kSavesSupportPlayTime
+ };
/**
* Determine whether the engine supports the specified MetaEngine feature.