Skip to content

Commit

Permalink
TOON: Slight cleanup in querySaveMetaInfos.
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Schickel committed Jul 3, 2012
1 parent 69723c8 commit b9ac342
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions engines/toon/detection.cpp
Expand Up @@ -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();

Expand Down

0 comments on commit b9ac342

Please sign in to comment.