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/guichan/defaultfont.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/guichan/defaultfont.cpp') diff --git a/src/guichan/defaultfont.cpp b/src/guichan/defaultfont.cpp index 4306c7928..f67b66495 100644 --- a/src/guichan/defaultfont.cpp +++ b/src/guichan/defaultfont.cpp @@ -67,7 +67,7 @@ namespace gcn } int DefaultFont::drawGlyph(Graphics* graphics, - unsigned char glyph _UNUSED_, int x, int y) + unsigned char glyph A_UNUSED, int x, int y) { graphics->drawRectangle( Rectangle(x, y, 8, 8)); -- cgit v1.2.3-70-g09d2