changeset 31734:34d5db2f24ba

Remove unused variables.
author reimar
date Sun, 25 Jul 2010 09:47:06 +0000
parents 7bbcba59cea6
children 3bb00f5abe8e
files spudec.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/spudec.c	Sun Jul 25 09:41:30 2010 +0000
+++ b/spudec.c	Sun Jul 25 09:47:06 2010 +0000
@@ -179,8 +179,6 @@
 {
   unsigned int fy, ly;
   unsigned int first_y, last_y;
-  unsigned char *image;
-  unsigned char *aimage;
 
   if (this->stride == 0 || this->height == 0) {
     return;