aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/toon/detection.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/toon/detection.cpp b/engines/toon/detection.cpp
index 8234934972..0cafee1475 100644
--- a/engines/toon/detection.cpp
+++ b/engines/toon/detection.cpp
@@ -234,9 +234,6 @@ SaveStateDescriptor ToonMetaEngine::querySaveMetaInfos(const char *target, int s
Graphics::Surface *const thumbnail = Graphics::loadThumbnail(*file);
desc.setThumbnail(thumbnail);
- desc.setDeletableFlag(true);
- desc.setWriteProtectedFlag(false);
-
uint32 saveDate = file->readUint32BE();
uint16 saveTime = file->readUint16BE();