Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed May 1, 2012
1 parent 3e23def commit 3c90e0b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions doomsday/engine/portable/src/window.cpp
Expand Up @@ -731,17 +731,6 @@ boolean Sys_InitWindowManager(void)

CanvasWindow::setDefaultGLFormat();

/*
#ifdef UNIX
// Initialize the SDL video subsystem, unless we're going to run in
// dedicated mode.
if(!ArgExists("-dedicated"))
{
SDL_InitSubSystem(SDL_INIT_VIDEO); // used for gamma
}
#endif
*/

memset(&mainWindow, 0, sizeof(mainWindow));
winManagerInited = true;
theWindow = &mainWindow;
Expand Down

0 comments on commit 3c90e0b

Please sign in to comment.