we don't have a maintainer anymore
[supertux.git] / src / gameconfig.hpp
index d16ebe6..8fdaff1 100644 (file)
@@ -21,7 +21,8 @@
 
 #include <string>
 
-class Config {
+class Config
+{
 public:
   Config();
   ~Config();
@@ -34,7 +35,6 @@ public:
    */
   int screenwidth;
   int screenheight;
-  bool use_gl;
 
   bool use_fullscreen;
   bool show_fps;