From 4a9e80720acc41d8f335220f36d0c7ab11f03f25 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Sat, 18 Apr 2009 17:42:55 +0200 Subject: Remove unused variables in _class_init Detected by LLVM's CLang static analyzer --- gst/rtp/gstrtpamrdepay.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gst/rtp/gstrtpamrdepay.c') diff --git a/gst/rtp/gstrtpamrdepay.c b/gst/rtp/gstrtpamrdepay.c index add665f5..13837859 100644 --- a/gst/rtp/gstrtpamrdepay.c +++ b/gst/rtp/gstrtpamrdepay.c @@ -137,12 +137,8 @@ gst_rtp_amr_depay_base_init (gpointer klass) static void gst_rtp_amr_depay_class_init (GstRtpAMRDepayClass * 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); -- cgit