summaryrefslogtreecommitdiff
path: root/src/gui/popupmenu.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2010-02-22 00:02:09 -0700
committerJared Adams <jaxad0127@gmail.com>2010-02-22 00:02:09 -0700
commit4406b2fd90a5d4656bc923bf5c751e4c5250a0d2 (patch)
treebf25813b8711fb1dd51a77104a63a9c9647a60df /src/gui/popupmenu.h
parent7c925545419eeda0b0b26b290a9ec0412960fbd8 (diff)
downloadmana-client-4406b2fd90a5d4656bc923bf5c751e4c5250a0d2.tar.gz
mana-client-4406b2fd90a5d4656bc923bf5c751e4c5250a0d2.tar.bz2
mana-client-4406b2fd90a5d4656bc923bf5c751e4c5250a0d2.tar.xz
mana-client-4406b2fd90a5d4656bc923bf5c751e4c5250a0d2.zip
Cleanup some popup-related code and make sure BeingPopup is included
Diffstat (limited to 'src/gui/popupmenu.h')
-rw-r--r--src/gui/popupmenu.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gui/popupmenu.h b/src/gui/popupmenu.h
index 57cd5ee1..3299694f 100644
--- a/src/gui/popupmenu.h
+++ b/src/gui/popupmenu.h
@@ -59,12 +59,6 @@ class PopupMenu : public Popup, public LinkHandler
void showPopup(int x, int y, Item *item, bool isInventory);
/**
- * Just shows general information about a being
- */
- void showPopupBeing(int x, int y, Being *being);
-
-
- /**
* Handles link action.
*/
void handleLink(const std::string &link);