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/textmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/textmanager.cpp') diff --git a/src/textmanager.cpp b/src/textmanager.cpp index a8b62bcf2..c9da12e92 100644 --- a/src/textmanager.cpp +++ b/src/textmanager.cpp @@ -72,7 +72,7 @@ void TextManager::draw(gcn::Graphics *graphics, int xOff, int yOff) } void TextManager::place(const Text *textObj, const Text *omit, - int &x _UNUSED_, int &y, int h) + int &x A_UNUSED, int &y, int h) { int xLeft = textObj->mX; int xRight1 = xLeft + textObj->mWidth; -- cgit v1.2.3-70-g09d2