remove ogl canvas option from command line

This commit is contained in:
Yaniv Kamay 2009-10-25 15:30:05 +02:00
parent 916255044f
commit 7498ef3b66

View File

@ -1355,10 +1355,6 @@ bool Application::set_canvas_option(CmdLineParser& parser, char *val)
canvas_types["cairo"] = CANVAS_OPTION_CAIRO;
#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 {