Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Jan 4, 2012
1 parent 17d6d58 commit 8793de3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions doomsday/plugins/common/src/hu_automap.c
Expand Up @@ -1162,9 +1162,6 @@ static void setupGLStateForMap(uiwidget_t* obj)
DGL_MatrixMode(DGL_MODELVIEW);
DGL_PushMatrix();

DGL_MatrixMode(DGL_MODELVIEW);
DGL_PushMatrix();

#if __JHERETIC__ || __JHEXEN__
if(W_CheckLumpNumForName("AUTOPAGE") == -1)
{
Expand Down Expand Up @@ -1529,9 +1526,6 @@ DGL_End();

drawMarkedPoints(obj);

DGL_MatrixMode(DGL_MODELVIEW);
DGL_PopMatrix();

// Return to the normal GL state.
DGL_MatrixMode(DGL_MODELVIEW);
DGL_PopMatrix();
Expand Down

0 comments on commit 8793de3

Please sign in to comment.