aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/pegasus.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pegasus/pegasus.cpp')
-rw-r--r--engines/pegasus/pegasus.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/pegasus/pegasus.cpp b/engines/pegasus/pegasus.cpp
index 43ffc4c460..401a922c74 100644
--- a/engines/pegasus/pegasus.cpp
+++ b/engines/pegasus/pegasus.cpp
@@ -348,8 +348,6 @@ Common::Error PegasusEngine::showLoadDialog() {
result = Common::kUserCanceled;
}
- slc.close();
-
return result;
}
@@ -374,8 +372,6 @@ Common::Error PegasusEngine::showSaveDialog() {
result = Common::kUserCanceled;
}
- slc.close();
-
return result;
}