From 9aaa1691ca4c3b5c3210b421c1c5a174403faca4 Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Wed, 23 Feb 2011 07:37:39 +0000 Subject: [PATCH] elementary/ctxpopup - removed unuseful lines. SVN revision: 57255 --- legacy/elementary/src/lib/elc_ctxpopup.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/legacy/elementary/src/lib/elc_ctxpopup.c b/legacy/elementary/src/lib/elc_ctxpopup.c index fc9d5def77..02d08498e6 100644 --- a/legacy/elementary/src/lib/elc_ctxpopup.c +++ b/legacy/elementary/src/lib/elc_ctxpopup.c @@ -230,11 +230,8 @@ _item_sizing_eval(Elm_Ctxpopup_Item *item) { Evas_Coord min_w = -1, min_h = -1, max_w = -1, max_h = -1; - Evas_Coord x, y, w, h; - if (!item) return; - evas_object_geometry_get(item->base.view, &x, &y, &w, &h); edje_object_size_min_restricted_calc(item->base.view, &min_w, &min_h, min_w, min_h); evas_object_size_hint_min_set(item->base.view, min_w, min_h);