mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-31 11:05:18 +00:00
remove ogl canvas option from command line
This commit is contained in:
parent
916255044f
commit
7498ef3b66
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user