Moved some console commands' implementations nearer to target classes
[supertux.git] / src / gameconfig.cpp
index 06362dc..447c58b 100644 (file)
@@ -43,7 +43,6 @@ Config::Config()
 
   screenwidth = 800;
   screenheight = 600;
-  use_gl = true;
 }
 
 Config::~Config()