summaryrefslogtreecommitdiff
path: root/src/gui/popupmanager.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-17 14:10:45 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-17 14:10:45 +0300
commitce6110221f43e5b8cd24ba954de17d00ac84fc9d (patch)
treef486d1749c879dc9a99add1df9617c8f3f0cb453 /src/gui/popupmanager.h
parentdbf6fd812e5eff87a8fc38c4f5635845493885b1 (diff)
downloadplus-ce6110221f43e5b8cd24ba954de17d00ac84fc9d.tar.gz
plus-ce6110221f43e5b8cd24ba954de17d00ac84fc9d.tar.bz2
plus-ce6110221f43e5b8cd24ba954de17d00ac84fc9d.tar.xz
plus-ce6110221f43e5b8cd24ba954de17d00ac84fc9d.zip
Remove proxy methods used for access text popup.
Diffstat (limited to 'src/gui/popupmanager.h')
-rw-r--r--src/gui/popupmanager.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/popupmanager.h b/src/gui/popupmanager.h
index 3c7a0026f..bf0f1c804 100644
--- a/src/gui/popupmanager.h
+++ b/src/gui/popupmanager.h
@@ -60,9 +60,6 @@ class PopupManager final
*/
~PopupManager();
- void showTextPopup(const int x, const int y,
- const std::string &text);
-
bool isBeingPopupVisible() const;
bool isTextPopupVisible() const;