Revert "evas: Remove set but not used variable"

This reverts commit 24c5df29b3.

This should not have been pushed. Removed the variable from the wrong
spot :(
This commit is contained in:
Chris Michael 2016-09-07 08:35:30 -04:00
parent 24c5df29b3
commit c3d5ccf0f9
1 changed files with 1 additions and 0 deletions

View File

@ -681,6 +681,7 @@ _evas_event_source_hold_events(Evas_Object *eo_obj, int event_id, Efl_Input_Hold
Evas_Object_Protected_Data *obj = efl_data_scope_get(eo_obj, EFL_CANVAS_OBJECT_CLASS);
Evas_Object *eo_src = _evas_object_image_source_get(eo_obj);
Evas_Object_Protected_Data *src = efl_data_scope_get(eo_src, EFL_CANVAS_OBJECT_CLASS);
Evas_Object *eo_child;
Eina_List *l;
if (obj->layer->evas->is_frozen) return;