From 3522222604249e78230e462e494fd42f62b4fcc9 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Mon, 1 Jun 2015 19:22:17 +0900 Subject: [PATCH] Remove code to set the specific profile Change-Id: I8321f66852b2891fa10e08fad17c2f99d73f9f6d --- scl/gwes/efl/sclwindows-efl.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scl/gwes/efl/sclwindows-efl.cpp b/scl/gwes/efl/sclwindows-efl.cpp index d32abed..87bbaf0 100644 --- a/scl/gwes/efl/sclwindows-efl.cpp +++ b/scl/gwes/efl/sclwindows-efl.cpp @@ -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(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()); -- 2.7.4