genlist: remove unused variable

In 4c86a66f this var was added without any user. Remove it.
This commit is contained in:
Stefan Schmidt 2016-02-19 12:55:27 +01:00
parent 0b8fe93c51
commit a9d5bca3ad
1 changed files with 0 additions and 1 deletions

View File

@ -1506,7 +1506,6 @@ static void
_item_cache_free(Item_Cache *itc)
{
Evas_Object *c;
const char *part;
if (!itc) return;