Remove code to set the specific profile 39/40239/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Mon, 1 Jun 2015 10:22:17 +0000 (19:22 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Mon, 1 Jun 2015 10:22:17 +0000 (19:22 +0900)
Change-Id: I8321f66852b2891fa10e08fad17c2f99d73f9f6d

scl/gwes/efl/sclwindows-efl.cpp

index d32abed..87bbaf0 100644 (file)
@@ -194,8 +194,6 @@ CSCLWindowsImplEfl::create_window(const sclwindow parent, SclWindowContext *wind
     //evas_object_resize(win, width, height);
 #endif
 
-    elm_win_profile_set(win, "mobile");
-
 #ifndef APPLY_WINDOW_MANAGER_CHANGE
     ecore_x_icccm_name_class_set(elm_win_xwindow_get(static_cast<Evas_Object*>(win)), "ISF Popup", "ISF");
 
@@ -253,8 +251,6 @@ CSCLWindowsImplEfl::create_magnifier_window(const sclwindow parent, SclWindowCon
 #endif
 #endif
 
-    elm_win_profile_set(win, "mobile");
-
     set_window_accepts_focus(win, FALSE);
 
 #ifndef WAYLAND
@@ -346,8 +342,6 @@ CSCLWindowsImplEfl::create_dim_window(const sclwindow parent, SclWindowContext *
 #endif
 #endif
 
-    elm_win_profile_set(win, "mobile");
-
     CSCLContext *context = CSCLContext::get_instance();
     set_window_rotation(win, context->get_rotation());