From 884f716dee31f2dbfc87bfd67120399a02272ed5 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Thu, 25 Nov 2010 19:06:27 +0100 Subject: [PATCH] dtmf: Remove dead assignments --- gst/dtmf/gstrtpdtmfdepay.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gst/dtmf/gstrtpdtmfdepay.c b/gst/dtmf/gstrtpdtmfdepay.c index 858b99a..ccf2b02 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); -- 2.7.4