diff --git a/src/common/image.cpp b/src/common/image.cpp index 5e6a3df8c2..17d1b9643b 100644 --- a/src/common/image.cpp +++ b/src/common/image.cpp @@ -258,7 +258,6 @@ wxImage wxImage::ShrinkBy( int xFactor , int yFactor ) const for (long y = 0; y < height; y++) { - for (long x = 0; x < width; x++) { unsigned long avgRed = 0 ;