diff options
| author | Rémi Verschelde | 2017-08-27 02:10:32 +0200 |
|---|---|---|
| committer | GitHub | 2017-08-27 02:10:32 +0200 |
| commit | 5976e8d7ded314e56a2bb80406ea7eee9354e80c (patch) | |
| tree | dcd9fa0d9d1dd6f28533f055fd68078afaca41f7 /editor/editor_help.cpp | |
| parent | e8345c824e361a3e6ca0e5dca384ad1856127bb7 (diff) | |
| parent | 1577f4165374fc7c6d7f3031e463f0aab6e96faa (diff) | |
| download | godot-5976e8d7ded314e56a2bb80406ea7eee9354e80c.tar.gz godot-5976e8d7ded314e56a2bb80406ea7eee9354e80c.tar.zst godot-5976e8d7ded314e56a2bb80406ea7eee9354e80c.zip | |
Diffstat (limited to 'editor/editor_help.cpp')
| -rw-r--r-- | editor/editor_help.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/editor_help.cpp b/editor/editor_help.cpp index 29417709a..17105606d 100644 --- a/editor/editor_help.cpp +++ b/editor/editor_help.cpp @@ -294,7 +294,6 @@ EditorHelpSearch::EditorHelpSearch() { VBoxContainer *vbc = memnew(VBoxContainer); add_child(vbc); - HBoxContainer *sb_hb = memnew(HBoxContainer); search_box = memnew(LineEdit); vbc->add_child(search_box); search_box->connect("text_changed", this, "_text_changed"); |
