stefan pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=1ea29dd5ba998b3b5d01abd2bf275ec1a303c915

commit 1ea29dd5ba998b3b5d01abd2bf275ec1a303c915
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Fri Feb 19 12:55:27 2016 +0100

    genlist: remove unused variable
    
    In 4c86a66f this var was added without any user. Remove it.
---
 src/lib/elm_genlist.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lib/elm_genlist.c b/src/lib/elm_genlist.c
index d41e61d..bc505ed 100644
--- a/src/lib/elm_genlist.c
+++ b/src/lib/elm_genlist.c
@@ -1506,7 +1506,6 @@ static void
 _item_cache_free(Item_Cache *itc)
 {
    Evas_Object *c;
-   const char *part;
 
    if (!itc) return;
 

-- 


Reply via email to