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/guichan/widgets/window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/guichan/widgets/window.cpp') diff --git a/src/guichan/widgets/window.cpp b/src/guichan/widgets/window.cpp index a26c38541..4779fb0ce 100644 --- a/src/guichan/widgets/window.cpp +++ b/src/guichan/widgets/window.cpp @@ -230,7 +230,7 @@ namespace gcn mMoved = mouseEvent.getY() <= (int)mTitleBarHeight; } - void Window::mouseReleased(MouseEvent& mouseEvent _UNUSED_) + void Window::mouseReleased(MouseEvent& mouseEvent A_UNUSED) { mMoved = false; } -- cgit v1.2.3-70-g09d2