diff -r 470bc1333b09 -r 43a190ad60a7 src/video/SDL_stretch.c --- a/src/video/SDL_stretch.c Wed Aug 08 13:44:58 2012 -0400 +++ b/src/video/SDL_stretch.c Thu Aug 09 14:14:41 2012 -0400 @@ -209,7 +209,6 @@ int src_locked; int dst_locked; int pos, inc; - int dst_width; int dst_maxrow; int src_row, dst_row; Uint8 *srcp = NULL; @@ -286,7 +285,6 @@ inc = (srcrect->h << 16) / dstrect->h; src_row = srcrect->y; dst_row = dstrect->y; - dst_width = dstrect->w * bpp; #ifdef USE_ASM_STRETCH /* Write the opcodes for this stretch */