Removed direct OpenGL calls in the SDL Window module

This commit is contained in:
Alex Szpakowski
2013-01-30 00:27:46 -04:00
parent 8fba362fc5
commit a9211a1389
4 changed files with 19 additions and 28 deletions
-1
View File
@@ -74,7 +74,6 @@ private:
int fsaa;
} currentMode;
bool created;
bool mouseVisible;
}; // Window
} // sdl