SWORD1: Remove dead code

This commit is contained in:
Willem Jan Palenstijn 2013-04-22 22:15:49 +02:00
parent 581031a55d
commit 3943d34034

View file

@ -856,10 +856,8 @@ bool Control::savegamesExist() {
void Control::checkForOldSaveGames() {
Common::InSaveFile *inf = _saveFileMan->openForLoading("SAVEGAME.INF");
if (!inf) {
delete inf;
if (!inf)
return;
}
GUI::MessageDialog dialog0(
_("ScummVM found that you have old savefiles for Broken Sword 1 that should be converted.\n"