From ce6110221f43e5b8cd24ba954de17d00ac84fc9d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 17 Aug 2014 14:10:45 +0300 Subject: Remove proxy methods used for access text popup. --- src/gui/popupmanager.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/gui/popupmanager.cpp') diff --git a/src/gui/popupmanager.cpp b/src/gui/popupmanager.cpp index 148689c7b..4c18af585 100644 --- a/src/gui/popupmanager.cpp +++ b/src/gui/popupmanager.cpp @@ -79,13 +79,6 @@ void PopupManager::clearPopup() popupMenu->clear(); } -void PopupManager::showTextPopup(const int x, const int y, - const std::string &text) -{ - if (textPopup) - textPopup->show(x, y, text); -} - bool PopupManager::isTextPopupVisible() const { return textPopup ? textPopup->isPopupVisible() : false; -- cgit v1.2.3-60-g2f50