diff options
-rw-r--r-- | graphics/surface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/surface.cpp b/graphics/surface.cpp index 84b833adfd..290bef6263 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); |