diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-05-03 19:57:27 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-05-03 19:57:27 +0200 |
commit | e9950f54d6935dbe60034c5a93686a5d0b45085f (patch) | |
tree | 40db396a5782a48e3f9c0ba79aec7fed277e1334 /src/xine-engine/scratch.c | |
parent | f9c0a01322ba253bbb5aae0ce0c994bcab0d8ee8 (diff) | |
download | xine-lib-e9950f54d6935dbe60034c5a93686a5d0b45085f.tar.gz xine-lib-e9950f54d6935dbe60034c5a93686a5d0b45085f.tar.bz2 |
Remove unused variables, as reported by GCC 4.3.
Diffstat (limited to 'src/xine-engine/scratch.c')
-rw-r--r-- | src/xine-engine/scratch.c | 1 |
1 files changed, 0 insertions, 1 deletions
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)); |