From 2f5af60ae374ff5ab8ff8da394c3e817bd586df0 Mon Sep 17 00:00:00 2001 From: hermet Date: Wed, 23 Feb 2011 07:37:39 +0000 Subject: [PATCH] elementary/ctxpopup - removed unuseful lines. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57255 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/elc_ctxpopup.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/lib/elc_ctxpopup.c b/src/lib/elc_ctxpopup.c index fc9d5de..02d0849 100644 --- a/src/lib/elc_ctxpopup.c +++ b/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); -- 2.7.4