mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-24 03:24:50 +00:00
DRASCULA: Remove dead code
This commit is contained in:
parent
5fc59f9bd8
commit
53f38aeff1
@ -40,10 +40,8 @@ void DrasculaEngine::checkForOldSaveGames() {
|
||||
Common::InSaveFile *indexFile = _saveFileMan->openForLoading(indexFileName);
|
||||
|
||||
// Check for the existence of an old index file
|
||||
if (!indexFile) {
|
||||
delete indexFile;
|
||||
if (!indexFile)
|
||||
return;
|
||||
}
|
||||
|
||||
GUI::MessageDialog dialog0(
|
||||
_("ScummVM found that you have old savefiles for Drascula that should be converted.\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user