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/didyouknowwindow.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui/didyouknowwindow.h') diff --git a/src/gui/didyouknowwindow.h b/src/gui/didyouknowwindow.h index 28a992d73..b135103e8 100644 --- a/src/gui/didyouknowwindow.h +++ b/src/gui/didyouknowwindow.h @@ -29,9 +29,9 @@ #include #ifdef __GNUC__ -#define _UNUSED_ __attribute__ ((unused)) +#define A_UNUSED __attribute__ ((unused)) #else -#define _UNUSED_ +#define A_UNUSED #endif class Button; @@ -60,7 +60,7 @@ class DidYouKnowWindow : public Window, public LinkHandler, * Handles link action. */ void handleLink(const std::string &link, - gcn::MouseEvent *event _UNUSED_); + gcn::MouseEvent *event A_UNUSED); void loadData(int num = 0); -- cgit v1.2.3-70-g09d2