changeset 10119:8078ecd2fe4c libavcodec

Remove unused variable.
author reimar
date Sun, 30 Aug 2009 08:29:11 +0000
parents 4dafbd9c8918
children e37de8b92b10
files vorbis.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vorbis.c	Sun Aug 30 06:30:53 2009 +0000
+++ b/vorbis.c	Sun Aug 30 08:29:11 2009 +0000
@@ -148,7 +148,6 @@
 
 static inline void render_line_unrolled(intptr_t x, intptr_t y, int x1, intptr_t sy, int ady, int adx, float * buf) {
     int err = -adx;
-    int tmp;
     x -= x1-1;
     buf += x1-1;
     while (++x < 0) {