summaryrefslogtreecommitdiffstats
path: root/editor/filesystem_dock.h
diff options
context:
space:
mode:
authorfox <12120644+foxydevloper@users.noreply.github.com>2021-06-03 19:22:50 -0400
committerfox <12120644+foxydevloper@users.noreply.github.com>2021-06-03 19:22:50 -0400
commit50d14ae97597543796c8e2e75ba8a469b968a79f (patch)
tree6cac3455fe154feff91715969446e62fcf31a0e1 /editor/filesystem_dock.h
parentf288a79482ad5272d872fdc84fdb64a228334d8e (diff)
downloadredot-engine-50d14ae97597543796c8e2e75ba8a469b968a79f.tar.gz
Fix "Filter Files" shortcut by merging duplicate functions
Diffstat (limited to 'editor/filesystem_dock.h')
-rw-r--r--editor/filesystem_dock.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/filesystem_dock.h b/editor/filesystem_dock.h
index 8783c402cd..39dc4784b8 100644
--- a/editor/filesystem_dock.h
+++ b/editor/filesystem_dock.h
@@ -253,7 +253,6 @@ private:
void _toggle_split_mode(bool p_active);
- void _focus_current_search_box();
void _search_changed(const String &p_text, const Control *p_from);
MenuButton *_create_file_menu_button();