inwin: remove a meaningless line in sizing_eval

Summary:
minw and minh are overwritten in the next line at once.
This patch removes a meaningless line.

Reviewers: cedric

Differential Revision: https://phab.enlightenment.org/D3450

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
Jee-Yong Um 2016-01-04 14:09:34 -08:00 committed by Cedric BAIL
parent eac2c2e512
commit 482a5dc369
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ _elm_inwin_elm_layout_sizing_eval(Eo *obj, void *_pd EINA_UNUSED)
if (!content) return;
evas_object_size_hint_min_get(content, &minw, &minh);
edje_object_size_min_calc(wd->resize_obj, &minw, &minh);
evas_object_size_hint_min_set(obj, minw, minh);