From: Matthias Braun Date: Fri, 1 Jul 2005 22:24:09 +0000 (+0000) Subject: no opengl option anymore X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=7124d68eaa9f9f2099361c7073e4355d4f004339;p=supertux.git no opengl option anymore SVN-Revision: 2670 --- diff --git a/src/gameconfig.cpp b/src/gameconfig.cpp index 06362dcac..447c58b4e 100644 --- a/src/gameconfig.cpp +++ b/src/gameconfig.cpp @@ -43,7 +43,6 @@ Config::Config() screenwidth = 800; screenheight = 600; - use_gl = true; } Config::~Config() diff --git a/src/gameconfig.hpp b/src/gameconfig.hpp index eb9a32022..8fdaff123 100644 --- a/src/gameconfig.hpp +++ b/src/gameconfig.hpp @@ -35,7 +35,6 @@ public: */ int screenwidth; int screenheight; - bool use_gl; bool use_fullscreen; bool show_fps;