From 127be512d44927cec17d29778265ab65c427ac33 Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Mon, 26 Jan 2009 21:50:02 -0700 Subject: Removed the description option from right click menus on items. With item popups, this is no longer useful, as well as it never doing anything to begin with. Signed-off-by: Ira Rice --- src/gui/popupmenu.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/gui/popupmenu.cpp b/src/gui/popupmenu.cpp index 88fd273e..bf7c803a 100644 --- a/src/gui/popupmenu.cpp +++ b/src/gui/popupmenu.cpp @@ -258,12 +258,6 @@ void PopupMenu::handleLink(const std::string& link) { new ItemAmountWindow(AMOUNT_ITEM_DROP, inventoryWindow, mItem); } - - else if (link == "description") - { - // do nothing for now, I need to write - // a window for the description first - } else if (link == "party-invite" && mBeing != NULL && mBeing->getType() == Being::PLAYER) @@ -304,7 +298,6 @@ void PopupMenu::showPopup(int x, int y, Item *item) mBrowserBox->addRow(_("@@drop|Drop@@")); mBrowserBox->addRow(_("@@chat|Add to Chat@@")); - mBrowserBox->addRow(_("@@description|Description@@")); mBrowserBox->addRow("##3---"); mBrowserBox->addRow(_("@@cancel|Cancel@@")); -- cgit v1.2.3-60-g2f50