From 5e14ab971129eb95ca02e373fc21adb46c0eaca1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 7 Jul 2011 22:52:35 +0300 Subject: Remove undescore from variables and defines. --- src/graphics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/graphics.cpp') diff --git a/src/graphics.cpp b/src/graphics.cpp index ee848a673..4914d22ce 100644 --- a/src/graphics.cpp +++ b/src/graphics.cpp @@ -150,7 +150,7 @@ bool Graphics::drawRescaledImage(Image *image, int srcX, int srcY, int dstX, int dstY, int width, int height, int desiredWidth, int desiredHeight, - bool useColor _UNUSED_) + bool useColor A_UNUSED) { // Check that preconditions for blitting are met. if (!mTarget || !image) -- cgit v1.2.3-60-g2f50