[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[core/elementary] master 01/01: elm/examples: port 265eff94bb6274c284e8e111192f9922906990ac
uartie pushed a commit to branch master.
commit 429ecf0a296b80fe434d21ecf342d694029dc2ec
Author: U. Artie Eoff <ullysses.a.eoff@intel.com>
Date: Thu Sep 12 19:54:13 2013 -0700
elm/examples: port 265eff94bb6274c284e8e111192f9922906990ac
"Autodetect engine on the glview example"
Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
---
src/examples/glview_example_01.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/src/examples/glview_example_01.c b/src/examples/glview_example_01.c
index 3fa2c02..0aa8ed6 100644
--- a/src/examples/glview_example_01.c
+++ b/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");
--