Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Apr 30, 2014
1 parent 03c8154 commit 890f8c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doomsday/plugins/doom/src/doomv9mapstatereader.cpp
Expand Up @@ -619,6 +619,7 @@ typedef struct {
return true; // Add this thinker.
}

#if 0
static bool SV_OpenFile_Dm_v19(Path path)
{
DENG_ASSERT(saveBuffer == 0);
Expand All @@ -636,6 +637,7 @@ static void SV_CloseFile_Dm_v19()
Z_Free(saveBuffer);
saveBuffer = savePtr = 0;
}
#endif

DENG2_PIMPL(DoomV9MapStateReader)
{
Expand Down
2 changes: 2 additions & 0 deletions doomsday/plugins/heretic/src/hereticv13mapstatereader.cpp
Expand Up @@ -640,6 +640,7 @@ typedef struct {
return true; // Add this thinker.
}

#if 0
static bool SV_OpenFile_Hr_v13(Path filePath)
{
DENG_ASSERT(saveBuffer == 0);
Expand All @@ -657,6 +658,7 @@ static void SV_CloseFile_Hr_v13()
Z_Free(saveBuffer);
saveBuffer = savePtr = 0;
}
#endif

DENG2_PIMPL(HereticV13MapStateReader)
{
Expand Down

0 comments on commit 890f8c5

Please sign in to comment.