elm/examples: port 265eff94bb6274c284e8e111192f9922906990ac

"Autodetect engine on the glview example"

Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
This commit is contained in:
U. Artie Eoff 2013-09-12 19:54:13 -07:00
parent 47cdc87bac
commit 8982c267a9
1 changed files with 0 additions and 4 deletions

View File

@ -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");