Remove code to designate the specific profile 03/40903/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Mon, 1 Jun 2015 10:19:38 +0000 (19:19 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 10 Jun 2015 07:24:10 +0000 (16:24 +0900)
Change-Id: I6383aeb830da5ad9f98e14c6c929115eb0040b7b

src/sclcoreui-efl.cpp

index 9c23539..0a24933 100644 (file)
@@ -454,9 +454,6 @@ sclwindow CSCLCoreUIEFL::create_option_window(SCLOptionWindowType type)
 
     Evas_Object *window = elm_win_util_standard_add("Option window", "Option window");
 
-    const char *szProfile[] = {"mobile", ""};
-    elm_win_profiles_set(window, szProfile, 1);
-
     elm_win_borderless_set(window, EINA_TRUE);
 
     Evas_Coord win_w = 0, win_h = 0;