diff options
author | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2019-03-06 14:33:26 -0300 |
---|---|---|
committer | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2019-03-06 14:33:26 -0300 |
commit | 73aaf06be73dada6a0f5c67779649b2cc16d2671 (patch) | |
tree | 346e5d090578b430d5f465af36fec0d0cdc4a0ac /editor/editor_help_search.h | |
parent | 34a29cb0de1b34d46e2742bd1ea0a3613967e4ed (diff) | |
download | redot-engine-73aaf06be73dada6a0f5c67779649b2cc16d2671.tar.gz |
Cleanup relationship line coding after 5f079e2
Diffstat (limited to 'editor/editor_help_search.h')
-rw-r--r-- | editor/editor_help_search.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/editor_help_search.h b/editor/editor_help_search.h index e74bfdc5b6..93cf66a0dd 100644 --- a/editor/editor_help_search.h +++ b/editor/editor_help_search.h @@ -64,7 +64,6 @@ class EditorHelpSearch : public ConfirmationDialog { Ref<Runner> search; void _update_icons(); - void _load_settings(); void _update_results(); void _search_box_gui_input(const Ref<InputEvent> &p_event); |