rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=7ff35da87fa501304e8d06ee6b4d860073d9c348
commit 7ff35da87fa501304e8d06ee6b4d860073d9c348 Author: Vyacheslav Reutskiy <[email protected]> Date: Tue Feb 2 11:51:12 2016 +0200 property_sound: delete the Sound_Prop_Data extra members Change-Id: I07329a3053a3b8d864f88f35371bb925e537a2b6 --- src/bin/ui/property_sound.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/ui/property_sound.c b/src/bin/ui/property_sound.c index e7680ae..2b37a21 100644 --- a/src/bin/ui/property_sound.c +++ b/src/bin/ui/property_sound.c @@ -73,10 +73,8 @@ struct _Sound_Prop_Data Evas_Object *rewind; Evas_Object *play; Evas_Object *pause; - Eina_Bool decoration : 1; Eina_Bool playing : 1; Eina_Bool stopped : 1; - Eina_Bool switched : 1; } player_data; struct { --
