From 48e6b80253355a91fbd72d0d0f38b43f5c2340f2 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Tue, 3 Jul 2012 18:26:27 +0200 Subject: SAGA: Slight cleanup in querySaveMetaInfos implementation. Saves are writable and deletable by default, there is no need to mark them explicitly as such. --- engines/saga/detection.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/engines/saga/detection.cpp b/engines/saga/detection.cpp index d39ec34cc8..9c178559f2 100644 --- a/engines/saga/detection.cpp +++ b/engines/saga/detection.cpp @@ -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); -- cgit v1.2.3