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/socialwindow.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/gui/socialwindow.cpp') 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) { -- cgit v1.2.3-70-g09d2