GNOME Bugzilla – Bug 753450
audioecho: unused local variable in set_property function
Last modified: 2015-08-16 13:40:16 UTC
local variable 'delay' is unused in switch case PROP_MAX_DELAY. Variable 'delay' is initialized with the self->delay and used to set the value of self->delay later without changes.
Created attachment 309006 [details] [review] audioecho: removed unused variable in set_property please review the patch
Review of attachment 309006 [details] [review]: commit cde1f12ad3d470ea2265d1c91bc832f41da66c06 Author: Prashant Gotarne <ps.gotarne@samsung.com> Date: Mon Aug 10 17:10:42 2015 +0530 audioecho: removed unused variable in set_property unused local variable 'delay' is removed. https://bugzilla.gnome.org/show_bug.cgi?id=753450
Thanks! :)