commented out an error-message line in glutil.hpp that caused linking errors
[supertux.git] / src / gameconfig.cpp
index 1e753b2..447c58b 100644 (file)
@@ -23,8 +23,6 @@
 #include <cstdlib>
 #include <string>
 #include <stdexcept>
-#include <sstream>
-#include <fstream>
 
 #include "lisp/parser.hpp"
 #include "lisp/lisp.hpp"
@@ -45,7 +43,6 @@ Config::Config()
 
   screenwidth = 800;
   screenheight = 600;
-  use_gl = true;
 }
 
 Config::~Config()