After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 756234 - audiofx: Remove unused variable
audiofx: Remove unused variable
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
unspecified
Other Linux
: Normal minor
: 1.7.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-10-08 09:18 UTC by RaviKiran
Modified: 2015-10-10 20:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
remove unused variable (734 bytes, patch)
2015-10-08 09:20 UTC, RaviKiran
committed Details | Review

Description RaviKiran 2015-10-08 09:18:34 UTC
Remove variable 'degree' in audiodynamic as it is unused.
Comment 1 RaviKiran 2015-10-08 09:20:15 UTC
Created attachment 312896 [details] [review]
remove unused variable

Removed unused variable
Comment 2 Tim-Philipp Müller 2015-10-10 20:37:10 UTC
commit 82de6384ddb97e4212d13c80bf90d9a07ece046f
Author: Ravi Kiran K N <ravi.kiran@samsung.com>
Date:   Thu Oct 8 15:01:13 2015 +0530

    audiofx: Remove unused variable
    
    Remove unused variable 'degree' in audiodynamic
    
    https://bugzilla.gnome.org/show_bug.cgi?id=756234