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/socialwindow.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/socialwindow.cpp')
-rw-r--r-- | src/gui/socialwindow.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/gui/socialwindow.cpp b/src/gui/socialwindow.cpp index fcb33542b..adcfe4d70 100644 --- a/src/gui/socialwindow.cpp +++ b/src/gui/socialwindow.cpp @@ -99,7 +99,7 @@ protected: virtual void resetDamage(std::string name) = 0; - virtual void selectIndex(unsigned num _UNUSED_) + virtual void selectIndex(unsigned num A_UNUSED) { } TextDialog *mInviteDialog; @@ -172,11 +172,11 @@ public: { } - void updateAvatar(std::string name _UNUSED_) + void updateAvatar(std::string name A_UNUSED) { } - void resetDamage(std::string name _UNUSED_) + void resetDamage(std::string name A_UNUSED) { } @@ -269,11 +269,11 @@ public: { } - void updateAvatar(std::string name _UNUSED_) + void updateAvatar(std::string name A_UNUSED) { } - void resetDamage(std::string name _UNUSED_) + void resetDamage(std::string name A_UNUSED) { } @@ -941,11 +941,11 @@ public: } - void updateAvatar(std::string name _UNUSED_) + void updateAvatar(std::string name A_UNUSED) { } - void resetDamage(std::string name _UNUSED_) + void resetDamage(std::string name A_UNUSED) { } @@ -978,7 +978,7 @@ public: mBrowserBox->getHeight() + 8); } - void handleLink(const std::string &link, gcn::MouseEvent *event _UNUSED_) + void handleLink(const std::string &link, gcn::MouseEvent *event A_UNUSED) { if (link == "guild" && socialWindow) { |