aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_help.cpp
diff options
context:
space:
mode:
authorWilson E. Alvarez2017-08-24 12:51:28 -0400
committerWilson E. Alvarez2017-08-25 08:47:05 -0400
commit1577f4165374fc7c6d7f3031e463f0aab6e96faa (patch)
tree82bae3af4e17409446b8f11d69ee1bd0c61fcb36 /editor/editor_help.cpp
parent3ea0943f645e5fda0b1bb68415e9c92ed4cf97dd (diff)
downloadgodot-1577f4165374fc7c6d7f3031e463f0aab6e96faa.tar.gz
godot-1577f4165374fc7c6d7f3031e463f0aab6e96faa.tar.zst
godot-1577f4165374fc7c6d7f3031e463f0aab6e96faa.zip
Diffstat (limited to 'editor/editor_help.cpp')
-rw-r--r--editor/editor_help.cpp1
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");