diff options
author | Jared Adams <jaxad0127@gmail.com> | 2010-02-22 00:02:09 -0700 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2010-02-22 00:02:09 -0700 |
commit | 4406b2fd90a5d4656bc923bf5c751e4c5250a0d2 (patch) | |
tree | bf25813b8711fb1dd51a77104a63a9c9647a60df /src/gui/itempopup.h | |
parent | 7c925545419eeda0b0b26b290a9ec0412960fbd8 (diff) | |
download | mana-4406b2fd90a5d4656bc923bf5c751e4c5250a0d2.tar.gz mana-4406b2fd90a5d4656bc923bf5c751e4c5250a0d2.tar.bz2 mana-4406b2fd90a5d4656bc923bf5c751e4c5250a0d2.tar.xz mana-4406b2fd90a5d4656bc923bf5c751e4c5250a0d2.zip |
Cleanup some popup-related code and make sure BeingPopup is included
Diffstat (limited to 'src/gui/itempopup.h')
-rw-r--r-- | src/gui/itempopup.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/itempopup.h b/src/gui/itempopup.h index 23c5f828..79aba523 100644 --- a/src/gui/itempopup.h +++ b/src/gui/itempopup.h @@ -53,11 +53,6 @@ class ItemPopup : public Popup, */ void setItem(const ItemInfo &item); - /** - * Sets the location to display the item popup. - */ - void view(int x, int y); - void mouseMoved(gcn::MouseEvent &mouseEvent); private: |