aboutsummaryrefslogtreecommitdiff
path: root/engines/metaengine.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/metaengine.h')
-rw-r--r--engines/metaengine.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/engines/metaengine.h b/engines/metaengine.h
index bf640815a6..b6fa21fd5f 100644
--- a/engines/metaengine.h
+++ b/engines/metaengine.h
@@ -101,12 +101,10 @@ public:
* For most engines this just amounts to calling _saveFileMan->removeSaveFile().
* Engines which keep an index file will also update it accordingly.
*
+ * @param target name of a config manager target
* @param slot slot number of the save state to be removed
- *
- * @todo This method is currently never called. Rather, LauncherDialog::loadGame
- * directly calls _saveFileMan->removeSaveFile() if kSupportsDeleteSave is set.
*/
- virtual void removeSaveState(int slot) const {};
+ virtual void removeSaveState(const char *target, int slot) const {};
/** @name MetaEngineFeature flags */