From: Hwankyu Jhun Date: Wed, 25 Jan 2017 07:39:11 +0000 (+0900) Subject: Remove adding the conformant object to the window object X-Git-Tag: accepted/tizen/common/20170203.161747~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ca8232743d649980ab48a713d22f7c91ca21e469;p=platform%2Fcore%2Fappfw%2Flaunchpad.git Remove adding the conformant object to the window object The launchpad-loader doesn't call the elm_win_resize_object_add() when creating the conformant object. Change-Id: I26476a248d7f2faceff9692e985e33a827714ac4 Signed-off-by: Hwankyu Jhun --- diff --git a/src/launchpad_loader.c b/src/launchpad_loader.c index 5dfe2e1..fdc60a5 100644 --- a/src/launchpad_loader.c +++ b/src/launchpad_loader.c @@ -113,7 +113,6 @@ static void __init_window(void) if (__conform) { evas_object_size_hint_weight_set(__conform, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); - elm_win_resize_object_add(__win, __conform); elm_conformant_precreated_object_set(__conform); } else { _E("elm_conformant_add() failed");