mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
dtmf: Remove dead assignments
This commit is contained in:
parent
7905c19e4e
commit
0d7ba7dc1a
1 changed files with 0 additions and 2 deletions
|
@ -245,11 +245,9 @@ static void
|
|||
gst_rtp_dtmf_depay_class_init (GstRtpDTMFDepayClass * klass)
|
||||
{
|
||||
GObjectClass *gobject_class;
|
||||
GstElementClass *gstelement_class;
|
||||
GstBaseRTPDepayloadClass *gstbasertpdepayload_class;
|
||||
|
||||
gobject_class = (GObjectClass *) klass;
|
||||
gstelement_class = (GstElementClass *) klass;
|
||||
gstbasertpdepayload_class = (GstBaseRTPDepayloadClass *) klass;
|
||||
|
||||
parent_class = g_type_class_peek_parent (klass);
|
||||
|
|
Loading…
Reference in a new issue