summaryrefslogtreecommitdiff
path: root/editor/editor_help.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor_help.h')
-rw-r--r--editor/editor_help.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/editor_help.h b/editor/editor_help.h
index b69b6d7401..cdb674cffd 100644
--- a/editor/editor_help.h
+++ b/editor/editor_help.h
@@ -158,8 +158,6 @@ class EditorHelp : public VBoxContainer {
void _request_help(const String &p_string);
void _search(bool p_search_previous = false);
- void _unhandled_key_input(const Ref<InputEvent> &p_ev);
-
String _fix_constant(const String &p_constant) const;
protected: