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/alpha/gstalpha.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gst/alpha/gstalpha.c') diff --git a/gst/alpha/gstalpha.c b/gst/alpha/gstalpha.c index 182f0907..01bcbde8 100644 --- a/gst/alpha/gstalpha.c +++ b/gst/alpha/gstalpha.c @@ -472,11 +472,6 @@ gst_alpha_set_ayuv (guint8 * src, guint8 * dest, gint width, gint height, { gint b_alpha = (gint) (alpha * 255); gint y, x; - gint size; - gint stride; - - stride = gst_video_format_get_row_stride (GST_VIDEO_FORMAT_AYUV, 0, width); - size = gst_video_format_get_size (GST_VIDEO_FORMAT_AYUV, width, height); for (y = 0; y < height; y++) { for (x = 0; x < width; x++) { -- cgit