summaryrefslogtreecommitdiffstats
path: root/client/application.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'client/application.cpp')
-rw-r--r--client/application.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/client/application.cpp b/client/application.cpp
index b30baa84..be8e69c6 100644
--- a/client/application.cpp
+++ b/client/application.cpp
@@ -1356,10 +1356,6 @@ bool Application::set_canvas_option(CmdLineParser& parser, char *val)
#ifdef WIN32
canvas_types["gdi"] = CANVAS_OPTION_GDI;
#endif
-#ifdef USE_OGL
- canvas_types["gl_fbo"] = CANVAS_OPTION_OGL_FBO;
- canvas_types["gl_pbuff"] = CANVAS_OPTION_OGL_PBUFF;
-#endif
_canvas_types.clear();
do {
CanvasNamesMap::iterator iter = canvas_types.find(val);