GNOME Bugzilla – Bug 736883
dtmf: Removed unwanted structure member and assignment
Last modified: 2014-09-19 19:42:56 UTC
Created attachment 286477 [details] [review] dtmf: Removed unwanted structure member and assignment Removed unwanted structure member and assignment
Review of attachment 286477 [details] [review]: ::: gst/dtmf/gstrtpdtmfdepay.c @@ +109,3 @@ typedef struct st_dtmf_key { const char *event_name; While you're at it, the event_name isn't used either...
Created attachment 286604 [details] [review] dtmf: Removed unused structure members Removed event_name as per the review comment. Please find the patch attached
Committed commit 89eb37859806f790195832f8f31cf82e816f42d6 Author: Sanjay NM <sanjay.nm@samsung.com> Date: Fri Sep 19 14:34:13 2014 +0530 dtmf: Removed unused structure members https://bugzilla.gnome.org/show_bug.cgi?id=736883