summaryrefslogtreecommitdiff
path: root/src/gui/popupmanager.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-17 13:53:16 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-17 13:53:16 +0300
commita9b9e09cfecc1ede11647bbbc09ddc198d783947 (patch)
tree7e3e125820f7961f01e00a66a2a4a816f385b921 /src/gui/popupmanager.cpp
parentd0d0ddfeb0bd6cb199e3ac571c876d6bbaaf4b42 (diff)
downloadplus-a9b9e09cfecc1ede11647bbbc09ddc198d783947.tar.gz
plus-a9b9e09cfecc1ede11647bbbc09ddc198d783947.tar.bz2
plus-a9b9e09cfecc1ede11647bbbc09ddc198d783947.tar.xz
plus-a9b9e09cfecc1ede11647bbbc09ddc198d783947.zip
Remove proxy methods used for access being popup.
Diffstat (limited to 'src/gui/popupmanager.cpp')
-rw-r--r--src/gui/popupmanager.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gui/popupmanager.cpp b/src/gui/popupmanager.cpp
index 429958e5c..331b34dd9 100644
--- a/src/gui/popupmanager.cpp
+++ b/src/gui/popupmanager.cpp
@@ -82,13 +82,6 @@ void PopupManager::clearPopup()
popupMenu->clear();
}
-void PopupManager::showBeingPopup(const int x, const int y,
- Being *const b)
-{
- if (beingPopup)
- beingPopup->show(x, y, b);
-}
-
void PopupManager::showTextPopup(const int x, const int y,
const std::string &text)
{