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/statuswindow.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui/statuswindow.cpp') 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; -- cgit v1.2.3-60-g2f50