stefan pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=cb51487c3d02a5b4159e4f598a2deacd749e813a
commit cb51487c3d02a5b4159e4f598a2deacd749e813a Author: Stefan Schmidt <[email protected]> Date: Mon Oct 31 11:37:16 2016 +0100 e_comp_object: remove unused variable --- src/bin/e_comp_object.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c index 7a28aa6..3bdbe8c 100644 --- a/src/bin/e_comp_object.c +++ b/src/bin/e_comp_object.c @@ -3277,8 +3277,6 @@ e_comp_object_frame_icon_update(Evas_Object *obj) E_API void e_comp_object_frame_volume_update(Evas_Object *obj) { - Evas_Object *o; - API_ENTRY; if (!cw->frame_object) return; --
