summaryrefslogtreecommitdiff
path: root/lib/glbase.cc
diff options
context:
space:
mode:
authorpixel <pixel>2003-03-17 08:10:24 +0000
committerpixel <pixel>2003-03-17 08:10:24 +0000
commit5df4e04d7c7e16e1793322f1436cd9c6bb1322bb (patch)
treee68ffb0dbfe059990f80de6102def49166099be2 /lib/glbase.cc
parent726566a601202f90e6db058f2cb081db6a27e012 (diff)
Tweak
Diffstat (limited to 'lib/glbase.cc')
-rw-r--r--lib/glbase.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/glbase.cc b/lib/glbase.cc
index 8800f47..86d0774 100644
--- a/lib/glbase.cc
+++ b/lib/glbase.cc
@@ -26,7 +26,6 @@ int mogltk::glbase::setup(int w, int h, int flags) throw(GeneralException) {
}
if (!(surface = SDL_SetVideoMode(width, height, 0, flags | SDL_OPENGL))) {
-// if (!(surface = SDL_SetVideoMode(1024, 768, 0, flags | SDL_OPENGL))) {
throw GeneralException(String("Couldn't set GL mode: ") + SDL_GetError());
}