diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-07-07 22:52:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-07-07 22:52:35 +0300 |
commit | 5e14ab971129eb95ca02e373fc21adb46c0eaca1 (patch) | |
tree | 5316f688c7f617776b7e70c9f64932fe7596cadb /src/gui/helpwindow.h | |
parent | ed950471f7ae02c4618fa995c305832f12dc9cd7 (diff) | |
download | ManaVerse-5e14ab971129eb95ca02e373fc21adb46c0eaca1.tar.gz ManaVerse-5e14ab971129eb95ca02e373fc21adb46c0eaca1.tar.bz2 ManaVerse-5e14ab971129eb95ca02e373fc21adb46c0eaca1.tar.xz ManaVerse-5e14ab971129eb95ca02e373fc21adb46c0eaca1.zip |
Remove undescore from variables and defines.
Diffstat (limited to 'src/gui/helpwindow.h')
-rw-r--r-- | src/gui/helpwindow.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <guichan/actionlistener.hpp> #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. |