summaryrefslogtreecommitdiff
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
commit0d7ba7dc1aea2b595f91ed3f9e9f8e149f43f476 (patch)
treeb3dbba9ff95661ead4d18ff0e7be60355a47e392
parent7905c19e4eb7984297ef11e04e44fa215787cd68 (diff)
dtmf: Remove dead assignments
-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);