diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-07-07 22:52:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-07-07 22:52:35 +0300 |
commit | 5e14ab971129eb95ca02e373fc21adb46c0eaca1 (patch) | |
tree | 5316f688c7f617776b7e70c9f64932fe7596cadb /src/opengl1graphics.cpp | |
parent | ed950471f7ae02c4618fa995c305832f12dc9cd7 (diff) | |
download | plus-5e14ab971129eb95ca02e373fc21adb46c0eaca1.tar.gz plus-5e14ab971129eb95ca02e373fc21adb46c0eaca1.tar.bz2 plus-5e14ab971129eb95ca02e373fc21adb46c0eaca1.tar.xz plus-5e14ab971129eb95ca02e373fc21adb46c0eaca1.zip |
Remove undescore from variables and defines.
Diffstat (limited to 'src/opengl1graphics.cpp')
-rw-r--r-- | src/opengl1graphics.cpp | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/opengl1graphics.cpp b/src/opengl1graphics.cpp index 78396c8c8..0bba38522 100644 --- a/src/opengl1graphics.cpp +++ b/src/opengl1graphics.cpp @@ -398,14 +398,14 @@ void OpenGL1Graphics::drawRescaledImagePattern(Image *image, int x, int y, bool OpenGL1Graphics::calcImageRect(GraphicsVertexes* vert, int x, int y, int w, int h, - Image *topLeft _UNUSED_, - Image *topRight _UNUSED_, - Image *bottomLeft _UNUSED_, - Image *bottomRight _UNUSED_, - Image *top _UNUSED_, Image *right _UNUSED_, - Image *bottom _UNUSED_, - Image *left _UNUSED_, - Image *center _UNUSED_) + Image *topLeft A_UNUSED, + Image *topRight A_UNUSED, + Image *bottomLeft A_UNUSED, + Image *bottomRight A_UNUSED, + Image *top A_UNUSED, Image *right A_UNUSED, + Image *bottom A_UNUSED, + Image *left A_UNUSED, + Image *center A_UNUSED) { if (!vert) return false; @@ -584,7 +584,7 @@ void OpenGL1Graphics::fillRectangle(const gcn::Rectangle& rect) drawRectangle(rect, true); } -void OpenGL1Graphics::setTargetPlane(int width _UNUSED_, int height _UNUSED_) +void OpenGL1Graphics::setTargetPlane(int width A_UNUSED, int height A_UNUSED) { } |