From 8982c267a978bf09fb691fe9dc8b9bacbcb0c6ea Mon Sep 17 00:00:00 2001 From: "U. Artie Eoff" Date: Thu, 12 Sep 2013 19:54:13 -0700 Subject: [PATCH] elm/examples: port 265eff94bb6274c284e8e111192f9922906990ac "Autodetect engine on the glview example" Signed-off-by: U. Artie Eoff --- legacy/elementary/src/examples/glview_example_01.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/legacy/elementary/src/examples/glview_example_01.c b/legacy/elementary/src/examples/glview_example_01.c index 3fa2c02..0aa8ed6 100644 --- a/legacy/elementary/src/examples/glview_example_01.c +++ b/legacy/elementary/src/examples/glview_example_01.c @@ -250,10 +250,6 @@ elm_main(int argc, char **argv) if (!(gld = calloc(1, sizeof(GLData)))) return 1; - // set the preferred engine to opengl_x11. if it isnt' available it - // may use another transparently - elm_config_preferred_engine_set("opengl_x11"); - elm_policy_set(ELM_POLICY_QUIT, ELM_POLICY_QUIT_LAST_WINDOW_CLOSED); win = elm_win_util_standard_add("glview simple", "GLView Simple"); -- 2.7.4