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/gstrtpilbcpay.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gst/rtp/gstrtpilbcpay.c') diff --git a/gst/rtp/gstrtpilbcpay.c b/gst/rtp/gstrtpilbcpay.c index af9a60a0..579c3b1a 100644 --- a/gst/rtp/gstrtpilbcpay.c +++ b/gst/rtp/gstrtpilbcpay.c @@ -79,12 +79,8 @@ gst_rtpilbcpay_base_init (gpointer klass) static void gst_rtpilbcpay_class_init (GstRTPILBCPayClass * klass) { - GObjectClass *gobject_class; - GstElementClass *gstelement_class; GstBaseRTPPayloadClass *gstbasertppayload_class; - gobject_class = (GObjectClass *) klass; - gstelement_class = (GstElementClass *) klass; gstbasertppayload_class = (GstBaseRTPPayloadClass *) klass; parent_class = g_type_class_ref (GST_TYPE_BASE_RTP_PAYLOAD); -- cgit