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/gui/widgets/button.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/widgets/button.cpp') diff --git a/src/gui/widgets/button.cpp b/src/gui/widgets/button.cpp index 0bc5ec9ef..0570630c3 100644 --- a/src/gui/widgets/button.cpp +++ b/src/gui/widgets/button.cpp @@ -286,12 +286,12 @@ void Button::mouseReleased(gcn::MouseEvent& mouseEvent) } } -void Button::widgetResized(const gcn::Event &event _UNUSED_) +void Button::widgetResized(const gcn::Event &event A_UNUSED) { mRedraw = true; } -void Button::widgetMoved(const gcn::Event &event _UNUSED_) +void Button::widgetMoved(const gcn::Event &event A_UNUSED) { mRedraw = true; } -- cgit v1.2.3-70-g09d2