diff options
author | Yuri Sizov <yuris@humnom.net> | 2023-10-26 17:56:09 +0200 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2023-10-26 17:56:09 +0200 |
commit | 6e20c78c20a4e8a198d5311f6b0f8f8288275fb3 (patch) | |
tree | 60bb05943e8b23185b123a6a5361ea081fd10b67 /editor/editor_help_search.h | |
parent | 09946f79bd8215b2c6332de8821737580909a91c (diff) | |
download | redot-engine-6e20c78c20a4e8a198d5311f6b0f8f8288275fb3.tar.gz |
Limit custom icons size in various editor widgets
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 e8056ce6ac..30a783a628 100644 --- a/editor/editor_help_search.h +++ b/editor/editor_help_search.h @@ -67,7 +67,6 @@ class EditorHelpSearch : public ConfirmationDialog { class Runner; Ref<Runner> search; - void _update_icons(); void _update_results(); void _search_box_gui_input(const Ref<InputEvent> &p_event); |