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/gstrtpsirenpay.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gst/rtp/gstrtpsirenpay.c') diff --git a/gst/rtp/gstrtpsirenpay.c b/gst/rtp/gstrtpsirenpay.c index 5dd34d2c..e47b2715 100644 --- a/gst/rtp/gstrtpsirenpay.c +++ b/gst/rtp/gstrtpsirenpay.c @@ -76,12 +76,8 @@ gst_rtpsirenpay_base_init (gpointer klass) static void gst_rtpsirenpay_class_init (GstRTPSirenPayClass * 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