From e9950f54d6935dbe60034c5a93686a5d0b45085f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Sat, 3 May 2008 19:57:27 +0200 Subject: Remove unused variables, as reported by GCC 4.3. --- src/xine-engine/scratch.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/xine-engine/scratch.c') diff --git a/src/xine-engine/scratch.c b/src/xine-engine/scratch.c index c73ab3525..065f8fa0a 100644 --- a/src/xine-engine/scratch.c +++ b/src/xine-engine/scratch.c @@ -105,7 +105,6 @@ static void scratch_dispose (scratch_buffer_t *this) { scratch_buffer_t *_x_new_scratch_buffer (int num_lines) { scratch_buffer_t *this; - int i; this = xine_xmalloc (sizeof (scratch_buffer_t)); -- cgit v1.2.3