summaryrefslogtreecommitdiff
path: root/gst/dtmf
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2010-11-25 19:06:27 +0100
committerEdward Hervey <bilboed@bilboed.com>2010-11-25 19:06:27 +0100
commit884f716dee31f2dbfc87bfd67120399a02272ed5 (patch)
tree7acd25203b2866302a250114a7228f5eda02db00 /gst/dtmf
parent7bc9009b37bb1e75377e0bc027f2f2c0dcc2dc4c (diff)
downloadgstreamer-plugins-good-884f716dee31f2dbfc87bfd67120399a02272ed5.tar.gz
dtmf: Remove dead assignments
Diffstat (limited to 'gst/dtmf')
-rw-r--r--gst/dtmf/gstrtpdtmfdepay.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/dtmf/gstrtpdtmfdepay.c b/gst/dtmf/gstrtpdtmfdepay.c
index 858b99af3..ccf2b02fb 100644
--- a/gst/dtmf/gstrtpdtmfdepay.c
+++ b/gst/dtmf/gstrtpdtmfdepay.c
@@ -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);