From ef256f35ac25b76a48363731ebe98e73db0cbc76 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Wed, 13 Jul 2016 22:46:04 +0900 Subject: [PATCH] Use S/W backend as graphical backend Change-Id: I9dae1e072f4752d7f2b94bd40551a05cdbba8b3d --- src/sclcoreui-efl.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sclcoreui-efl.cpp b/src/sclcoreui-efl.cpp index 3e5b15b..1f2cf5d 100644 --- a/src/sclcoreui-efl.cpp +++ b/src/sclcoreui-efl.cpp @@ -418,7 +418,6 @@ void CSCLCoreUIEFL::run(const sclchar *display) LOGD("Selected engine: '%s'\n", wlkb.ee_engine); #endif - elm_config_accel_preference_set("3d"); elm_policy_set(ELM_POLICY_THROTTLE, ELM_POLICY_THROTTLE_NEVER); Evas_Object *main_window = elm_win_add(NULL, uuid, ELM_WIN_UTILITY); -- 2.7.4