diff options
Diffstat (limited to 'src/gui/statuspopup.h')
-rw-r--r-- | src/gui/statuspopup.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/gui/statuspopup.h b/src/gui/statuspopup.h index d57fe54ba..128345d51 100644 --- a/src/gui/statuspopup.h +++ b/src/gui/statuspopup.h @@ -63,10 +63,7 @@ class StatusPopup final : public Popup private: void updateLabels(); - void setLabelText(Label *const label, const char *const text, - const int key) const; - - void setLabelText2(Label *const label, const std::string &text, + void setLabelText(Label *const label, const std::string &text, const Input::KeyAction key) const; Label *mMoveType; |