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/statuswindow.cpp | |
parent | ed950471f7ae02c4618fa995c305832f12dc9cd7 (diff) | |
download | plus-5e14ab971129eb95ca02e373fc21adb46c0eaca1.tar.gz plus-5e14ab971129eb95ca02e373fc21adb46c0eaca1.tar.bz2 plus-5e14ab971129eb95ca02e373fc21adb46c0eaca1.tar.xz plus-5e14ab971129eb95ca02e373fc21adb46c0eaca1.zip |
Remove undescore from variables and defines.
Diffstat (limited to 'src/gui/statuswindow.cpp')
-rw-r--r-- | src/gui/statuswindow.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/statuswindow.cpp b/src/gui/statuswindow.cpp index bfd18c40f..b96720341 100644 --- a/src/gui/statuswindow.cpp +++ b/src/gui/statuswindow.cpp @@ -262,7 +262,7 @@ StatusWindow::StatusWindow(): mLvlLabel->adjustSize(); } -void StatusWindow::event(Mana::Channels channel _UNUSED_, +void StatusWindow::event(Mana::Channels channel A_UNUSED, const Mana::Event &event) { static bool blocked = false; @@ -402,7 +402,7 @@ void StatusWindow::setPointsNeeded(int id, int needed) void StatusWindow::addAttribute(int id, const std::string &name, bool modifiable, - const std::string &description _UNUSED_) + const std::string &description A_UNUSED) { AttrDisplay *disp; @@ -620,7 +620,7 @@ std::string StatusWindow::translateLetter(char* letters) return std::string(buf); } -void StatusWindow::updateStatusBar(ProgressBar *bar, bool percent _UNUSED_) +void StatusWindow::updateStatusBar(ProgressBar *bar, bool percent A_UNUSED) { if (!player_node || !viewport) return; |