This commit is contained in:
Alastair Poole 2020-09-04 22:49:13 +01:00
parent c3e0aa84ec
commit 18eeaa1afa
2 changed files with 0 additions and 3 deletions

View File

@ -332,8 +332,6 @@ _item_del(void *data, Evas_Object *obj EINA_UNUSED)
Proc_Info *proc = data;
proc_info_free(proc);
proc = NULL;
evisum_ui_item_cache_item_release(ui->cache, obj);
}
static Evas_Object *

View File

@ -35,7 +35,6 @@ evisum_ui_item_cache_item_get(Evisum_Ui_Cache *cache)
if (it->used == 0)
{
it->used = 1;
evas_object_hide(it->obj);
return it;
}
}