From 7124d68eaa9f9f2099361c7073e4355d4f004339 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Fri, 1 Jul 2005 22:24:09 +0000 Subject: [PATCH] no opengl option anymore SVN-Revision: 2670 --- src/gameconfig.cpp | 1 - src/gameconfig.hpp | 1 - 2 files changed, 2 deletions(-) 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; -- 2.11.0