From 0cb5b42d546538b455ac3bbe90b07e3eb67eb820 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Sat, 18 Apr 2009 18:11:00 +0200 Subject: Remove trivial unused variables detected by CLang static analyzer. --- gst/rtp/gstrtpjpegdepay.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'gst/rtp/gstrtpjpegdepay.c') diff --git a/gst/rtp/gstrtpjpegdepay.c b/gst/rtp/gstrtpjpegdepay.c index 75f42729..3eac3cc0 100644 --- a/gst/rtp/gstrtpjpegdepay.c +++ b/gst/rtp/gstrtpjpegdepay.c @@ -381,13 +381,10 @@ static gboolean gst_rtp_jpeg_depay_setcaps (GstBaseRTPDepayload * depayload, GstCaps * caps) { GstStructure *structure; - GstRtpJPEGDepay *rtpjpegdepay; GstCaps *outcaps; gint clock_rate; gboolean res; - rtpjpegdepay = GST_RTP_JPEG_DEPAY (depayload); - structure = gst_caps_get_structure (caps, 0); if (!gst_structure_get_int (structure, "clock-rate", &clock_rate)) -- cgit