[elc_naviframe]: unnecessary call to eina_list_remove removed.
authorShilpa Singh <shilpa.singh@samsung.com>
Thu, 6 Oct 2011 02:53:58 +0000 (11:53 +0900)
committerShilpa Singh <shilpa.singh@samsung.com>
Thu, 6 Oct 2011 02:55:35 +0000 (11:55 +0900)
eina_list_remove already in item del
Change-Id: Ic4523bff4ad099a97eacc609be9d15607919508c

src/lib/elc_naviframe.c

index a8140cc..fd4f11b 100644 (file)
@@ -911,7 +911,6 @@ elm_naviframe_item_pop_to(Elm_Object_Item *it)
         if (l->data == it) break;
         prev_l = l->prev;
         _item_del(l->data);
-        wd->stack = eina_list_remove(wd->stack, l);
         l = prev_l;
      }
    elm_naviframe_item_pop(navi_it->base.widget);