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/helpwindow.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui/helpwindow.h') diff --git a/src/gui/helpwindow.h b/src/gui/helpwindow.h index df7a867d2..d59289db0 100644 --- a/src/gui/helpwindow.h +++ b/src/gui/helpwindow.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 BrowserBox; @@ -58,7 +58,7 @@ class HelpWindow : public Window, public LinkHandler, * Handles link action. */ void handleLink(const std::string &link, - gcn::MouseEvent *event _UNUSED_); + gcn::MouseEvent *event A_UNUSED); /** * Loads help in the dialog. -- cgit v1.2.3-60-g2f50