Skip to content

Commit

Permalink
PEGASUS: Don't manually close the load/save dialogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hoops committed Jun 16, 2012
1 parent b523875 commit 915a839
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions engines/pegasus/pegasus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,6 @@ Common::Error PegasusEngine::showLoadDialog() {
result = Common::kUserCanceled;
}

slc.close();

return result;
}

Expand All @@ -374,8 +372,6 @@ Common::Error PegasusEngine::showSaveDialog() {
result = Common::kUserCanceled;
}

slc.close();

return result;
}

Expand Down

0 comments on commit 915a839

Please sign in to comment.