SAGA: Slight cleanup in querySaveMetaInfos implementation.

Saves are writable and deletable by default, there is no need to mark them
explicitly as such.
This commit is contained in:
Johannes Schickel 2012-07-03 18:26:27 +02:00
parent 2678bcda98
commit 48e6b80253

View File

@ -252,9 +252,6 @@ SaveStateDescriptor SagaMetaEngine::querySaveMetaInfos(const char *target, int s
debug(0, "Save is for: %s", title);
}
desc.setDeletableFlag(true);
desc.setWriteProtectedFlag(false);
if (version >= 6) {
Graphics::Surface *const thumbnail = Graphics::loadThumbnail(*in);
desc.setThumbnail(thumbnail);