From b9ac34272d6c04473b4acfc08fbf383912f22465 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Tue, 3 Jul 2012 18:37:12 +0200 Subject: TOON: Slight cleanup in querySaveMetaInfos. --- engines/toon/detection.cpp | 3 --- 1 file changed, 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(); -- cgit v1.2.3