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/popup.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui/widgets/popup.cpp') diff --git a/src/gui/widgets/popup.cpp b/src/gui/widgets/popup.cpp index f81b4ac7b..ea51c146a 100644 --- a/src/gui/widgets/popup.cpp +++ b/src/gui/widgets/popup.cpp @@ -201,7 +201,7 @@ void Popup::position(int x, int y) mRedraw = true; } -void Popup::mouseMoved(gcn::MouseEvent &event _UNUSED_) +void Popup::mouseMoved(gcn::MouseEvent &event A_UNUSED) { if (viewport) viewport->hideBeingPopup(); @@ -214,12 +214,12 @@ void Popup::hide() mRedraw = true; } -void Popup::widgetResized(const gcn::Event &event _UNUSED_) +void Popup::widgetResized(const gcn::Event &event A_UNUSED) { mRedraw = true; } -void Popup::widgetMoved(const gcn::Event &event _UNUSED_) +void Popup::widgetMoved(const gcn::Event &event A_UNUSED) { mRedraw = true; } -- cgit v1.2.3-60-g2f50