diff options
| author | Wilson E. Alvarez | 2017-08-24 12:51:28 -0400 |
|---|---|---|
| committer | Wilson E. Alvarez | 2017-08-25 08:47:05 -0400 |
| commit | 1577f4165374fc7c6d7f3031e463f0aab6e96faa (patch) | |
| tree | 82bae3af4e17409446b8f11d69ee1bd0c61fcb36 /editor/editor_help.cpp | |
| parent | 3ea0943f645e5fda0b1bb68415e9c92ed4cf97dd (diff) | |
| download | godot-1577f4165374fc7c6d7f3031e463f0aab6e96faa.tar.gz godot-1577f4165374fc7c6d7f3031e463f0aab6e96faa.tar.zst godot-1577f4165374fc7c6d7f3031e463f0aab6e96faa.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 86f31d758..6edfcb7fd 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"); |
