diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-02-10 20:28:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-10 20:28:17 +0100 |
commit | 1fe2e715cb10e3323cf37a050542af9f5d4db37e (patch) | |
tree | 7dde083e103bb1f851ed5edb0a6f821e5743f4d7 /editor/code_editor.h | |
parent | eda4be193fd736d362184bc937efc99c1faa18c3 (diff) | |
parent | 4fd7115e13f1b59e2340db647fe3476a34439481 (diff) | |
download | redot-engine-1fe2e715cb10e3323cf37a050542af9f5d4db37e.tar.gz |
Merge pull request #25770 from YeldhamDev/search_bar_cleanup
General cleanup of script and doc search bars
Diffstat (limited to 'editor/code_editor.h')
-rw-r--r-- | editor/code_editor.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/code_editor.h b/editor/code_editor.h index 14ce3254ea..e801b5a17c 100644 --- a/editor/code_editor.h +++ b/editor/code_editor.h @@ -63,7 +63,6 @@ class FindReplaceBar : public HBoxContainer { GDCLASS(FindReplaceBar, HBoxContainer); - MarginContainer *container; LineEdit *search_text; ToolButton *find_prev; ToolButton *find_next; @@ -76,7 +75,6 @@ class FindReplaceBar : public HBoxContainer { Button *replace_all; CheckBox *selection_only; - HBoxContainer *hbc; VBoxContainer *vbc_lineedit; HBoxContainer *hbc_button_replace; HBoxContainer *hbc_option_replace; |