From 5df4e04d7c7e16e1793322f1436cd9c6bb1322bb Mon Sep 17 00:00:00 2001 From: pixel Date: Mon, 17 Mar 2003 08:10:24 +0000 Subject: Tweak --- lib/glbase.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/glbase.cc') 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()); } -- cgit v1.2.3