From 918b09cabc39dbf13bed2406da56035341ac1cf4 Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Tue, 15 Feb 2022 08:56:58 -0600 Subject: Initialize bools in the headers in editor --- editor/find_in_files.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'editor/find_in_files.cpp') diff --git a/editor/find_in_files.cpp b/editor/find_in_files.cpp index eff9185c71..1ce363c651 100644 --- a/editor/find_in_files.cpp +++ b/editor/find_in_files.cpp @@ -612,8 +612,6 @@ FindInFilesPanel::FindInFilesPanel() { _results_display->create_item(); // Root vbc->add_child(_results_display); - _with_replace = false; - { _replace_container = memnew(HBoxContainer); -- cgit v1.2.3