Remove opengl issue
authorJungmin Kim <jm15.kim@samsung.com>
Sat, 1 Sep 2012 02:47:29 +0000 (11:47 +0900)
committerJungmin Kim <jm15.kim@samsung.com>
Sat, 1 Sep 2012 02:47:29 +0000 (11:47 +0900)
ui/src/vcui-application.c

index 52fdf76..86d0b34 100755 (executable)
@@ -287,12 +287,6 @@ static int __vcui_app_create(void *data)
        atexit(__vcui_exit_handler);
 #endif
 
-       /*
-       ** Requested by Inpyo Kang
-       ** This is temp fix for email UG bs proglem.. must be removed later.
-       */
-       elm_config_preferred_engine_set("opengl_x11");
-
        CALL_UI_KPI("__vcui_app_create done");
        return VC_NO_ERROR;
 }