gtk: remove useless portion of code

This commit is contained in:
punkrockguy318 2013-09-07 20:25:43 +00:00
parent e4a17b1b0f
commit 2fc781b581
1 changed files with 1 additions and 1 deletions

View File

@ -1368,7 +1368,7 @@ void hardReset ()
closeGame(); closeGame();
const char* lastFile; const char* lastFile;
g_config->getOption("SDL.LastOpenFile", &lastFile); g_config->getOption("SDL.LastOpenFile", &lastFile);
LoadGame(lastFile) == 0; LoadGame(lastFile);
resizeGtkWindow(); resizeGtkWindow();
} }
} }