diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-17 13:53:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-17 13:53:16 +0300 |
commit | a9b9e09cfecc1ede11647bbbc09ddc198d783947 (patch) | |
tree | 7e3e125820f7961f01e00a66a2a4a816f385b921 /src/gui/popupmanager.h | |
parent | d0d0ddfeb0bd6cb199e3ac571c876d6bbaaf4b42 (diff) | |
download | plus-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.h')
-rw-r--r-- | src/gui/popupmanager.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/popupmanager.h b/src/gui/popupmanager.h index ef82e1d8e..cdeebc63b 100644 --- a/src/gui/popupmanager.h +++ b/src/gui/popupmanager.h @@ -60,9 +60,6 @@ class PopupManager final */ ~PopupManager(); - void showBeingPopup(const int x, const int y, - Being *const b); - void showTextPopup(const int x, const int y, const std::string &text); |