# HG changeset patch # User reimar # Date 1280051226 0 # Node ID 34d5db2f24ba78ab9bfc801da50d86333ed4aca5 # Parent 7bbcba59cea66af889e99bf4c6b3c59868271ceb Remove unused variables. diff -r 7bbcba59cea6 -r 34d5db2f24ba spudec.c --- 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;