elementary/ctxpopup - removed unuseful lines.
authorChunEon Park <hermet@hermet.pe.kr>
Wed, 23 Feb 2011 07:37:39 +0000 (07:37 +0000)
committerChunEon Park <hermet@hermet.pe.kr>
Wed, 23 Feb 2011 07:37:39 +0000 (07:37 +0000)
SVN revision: 57255

src/lib/elc_ctxpopup.c

index fc9d5def774b1a2e8b67cd375081c5ed5ac65e74..02d08498e65b5f2a6b26da47e9005dc7c82f3e6c 100644 (file)
@@ -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);