From a9d5bca3ada28aa8ba733aca3fceda5a95a76572 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Fri, 19 Feb 2016 12:55:27 +0100 Subject: [PATCH] genlist: remove unused variable In 4c86a66f this var was added without any user. Remove it. --- legacy/elementary/src/lib/elm_genlist.c | 1 - 1 file changed, 1 deletion(-) diff --git a/legacy/elementary/src/lib/elm_genlist.c b/legacy/elementary/src/lib/elm_genlist.c index d41e61d62c..bc505ed8c7 100644 --- a/legacy/elementary/src/lib/elm_genlist.c +++ b/legacy/elementary/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;