ELM: Transit: Remove unused variable.

SVN revision: 58217
This commit is contained in:
Christopher Michael 2011-03-30 20:25:25 +00:00
parent 413e9c4d7d
commit 26080e07b0
1 changed files with 0 additions and 1 deletions

View File

@ -149,7 +149,6 @@ _elm_transit_object_remove_cb(void *data, Evas *e __UNUSED__, Evas_Object *obj,
static void
_elm_transit_object_remove(Elm_Transit *transit, Evas_Object *obj)
{
Eina_List *l;
Elm_Obj_Data *obj_data = evas_object_data_del(obj, _transit_key);
Elm_Obj_State *state = obj_data->state;