diff options
author | Stefan Dombrowski <stefan@uni-bonn.de> | 2010-10-08 23:19:12 +0200 |
---|---|---|
committer | Stefan Dombrowski <stefan@uni-bonn.de> | 2010-10-08 23:19:12 +0200 |
commit | 574bd5fa1ee45a7452d2e85941fa33f946b63eae (patch) | |
tree | e5cb67987ca716837fd498c5430b836250ca1497 /src/gui/popupmenu.cpp | |
parent | ae7711813b236500c14d85de1c8a668a7beee0c1 (diff) | |
download | mana-574bd5fa1ee45a7452d2e85941fa33f946b63eae.tar.gz mana-574bd5fa1ee45a7452d2e85941fa33f946b63eae.tar.bz2 mana-574bd5fa1ee45a7452d2e85941fa33f946b63eae.tar.xz mana-574bd5fa1ee45a7452d2e85941fa33f946b63eae.zip |
Remove the following system
Removed due to unresolved social issues.
In master it had been already removed by Kage in
commit 89f192b9039f9c000515f0a12f4bb9fb55c4691c.
Diffstat (limited to 'src/gui/popupmenu.cpp')
-rw-r--r-- | src/gui/popupmenu.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/gui/popupmenu.cpp b/src/gui/popupmenu.cpp index 01870e62..409a0eda 100644 --- a/src/gui/popupmenu.cpp +++ b/src/gui/popupmenu.cpp @@ -125,9 +125,6 @@ void PopupMenu::showPopup(int x, int y, Being *being) break; } - mBrowserBox->addRow(strprintf("@@follow|%s@@", - strprintf(_("Follow %s"), - name.c_str()).c_str())); if (player_node->getNumberOfGuilds()) mBrowserBox->addRow(strprintf("@@guild|%s@@", strprintf(_("Invite %s to join your guild"), @@ -249,12 +246,6 @@ void PopupMenu::handleLink(const std::string &link) player_node->inviteToGuild(being); } - // Follow Player action - else if (link == "follow" && being) - { - player_node->setFollow(being->getName()); - } - // Pick Up Floor Item action else if ((link == "pickup") && mFloorItem) { |