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/openglgraphics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/openglgraphics.cpp') diff --git a/src/openglgraphics.cpp b/src/openglgraphics.cpp index b2e4d8931..e27de66c5 100644 --- a/src/openglgraphics.cpp +++ b/src/openglgraphics.cpp @@ -989,7 +989,7 @@ void OpenGLGraphics::fillRectangle(const gcn::Rectangle& rect) drawRectangle(rect, true); } -void OpenGLGraphics::setTargetPlane(int width _UNUSED_, int height _UNUSED_) +void OpenGLGraphics::setTargetPlane(int width A_UNUSED, int height A_UNUSED) { } -- cgit v1.2.3-60-g2f50