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/gstrtph263ppay.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gst/rtp/gstrtph263ppay.c') diff --git a/gst/rtp/gstrtph263ppay.c b/gst/rtp/gstrtph263ppay.c index eef173a3..a4b17ed7 100644 --- a/gst/rtp/gstrtph263ppay.c +++ b/gst/rtp/gstrtph263ppay.c @@ -144,11 +144,9 @@ static void gst_rtp_h263p_pay_class_init (GstRtpH263PPayClass * 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_peek_parent (klass); -- cgit