From fbbbb9e7cf4d03d73d729fc83267cd782d269e85 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Fri, 27 May 2011 01:02:16 +0000 Subject: [PATCH] Elementary genlist: Fixed warnings and removed unnecessary lines. SVN revision: 59707 --- src/lib/elm_genlist.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/lib/elm_genlist.c b/src/lib/elm_genlist.c index 1648d7e..594a816 100644 --- a/src/lib/elm_genlist.c +++ b/src/lib/elm_genlist.c @@ -3371,8 +3371,6 @@ elm_genlist_item_insert_before(Evas_Object *obj, return it; } - - /** * Insert a new item into the sorted genlist object * @@ -3398,12 +3396,6 @@ elm_genlist_item_sorted_insert(Evas_Object *obj, Evas_Smart_Cb func, const void *func_data) { - - Elm_Genlist_Item *search = NULL; - Eina_Inlist *s; - Eina_Accessor *ea; - int ret, min, max, i; - ELM_CHECK_WIDTYPE(obj, widtype) NULL; Widget_Data *wd = elm_widget_data_get(obj); if (!wd) return NULL; -- 2.7.4