summaryrefslogtreecommitdiff
path: root/editor/quick_open.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/quick_open.cpp')
-rw-r--r--editor/quick_open.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/quick_open.cpp b/editor/quick_open.cpp
index 4e64aba1db..53da945868 100644
--- a/editor/quick_open.cpp
+++ b/editor/quick_open.cpp
@@ -245,8 +245,6 @@ void EditorQuickOpen::_bind_methods() {
}
EditorQuickOpen::EditorQuickOpen() {
- allow_multi_select = false;
-
VBoxContainer *vbc = memnew(VBoxContainer);
vbc->connect("theme_changed", callable_mp(this, &EditorQuickOpen::_theme_changed));
add_child(vbc);