Skip to content

Commit

Permalink
Savegame Tool|Id1Translator: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Mar 18, 2014
1 parent b8fa0bf commit 1c5503e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions doomsday/tools/savegametool/src/id1translator.cpp
Expand Up @@ -121,12 +121,6 @@ DENG2_PIMPL(Id1Translator)
return saveFilePtr;
}

bool recognize(Path /*path*/)
{
// id Tech 1 formats can't be recognized, they require "fuzzy" logic.
return false;
}

void openFile(Path path)
{
DENG2_ASSERT(!"openFile -- not yet implemented");
Expand Down

0 comments on commit 1c5503e

Please sign in to comment.