diff options
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); |