diff --git a/graphics/surface.cpp b/graphics/surface.cpp index 84b833adfdb..290bef6263a 100644 --- a/graphics/surface.cpp +++ b/graphics/surface.cpp @@ -131,7 +131,7 @@ void Surface::fillRect(Common::Rect r, uint32 color) { int width = r.width(); int height = r.height(); - int i; +// int i; if (bytesPerPixel == 1) { byte *ptr = (byte *)getBasePtr(r.left, r.top);