no opengl option anymore
authorMatthias Braun <matze@braunis.de>
Fri, 1 Jul 2005 22:24:09 +0000 (22:24 +0000)
committerMatthias Braun <matze@braunis.de>
Fri, 1 Jul 2005 22:24:09 +0000 (22:24 +0000)
SVN-Revision: 2670

src/gameconfig.cpp
src/gameconfig.hpp

index 06362dc..447c58b 100644 (file)
@@ -43,7 +43,6 @@ Config::Config()
 
   screenwidth = 800;
   screenheight = 600;
-  use_gl = true;
 }
 
 Config::~Config()
index eb9a320..8fdaff1 100644 (file)
@@ -35,7 +35,6 @@ public:
    */
   int screenwidth;
   int screenheight;
-  bool use_gl;
 
   bool use_fullscreen;
   bool show_fps;