diff options
Diffstat (limited to 'src/gui/popupmanager.cpp')
-rw-r--r-- | src/gui/popupmanager.cpp | 7 |
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) { |