Remove unused variable causing warnings
This commit is contained in:
parent
a3e84cc2af
commit
33edf7f43c
2 changed files with 0 additions and 3 deletions
|
|
@ -645,8 +645,6 @@ TextEditorBase::TextEditorBase() {
|
|||
context_menu->connect(SceneStringName(id_pressed), callable_mp(this, &TextEditorBase::_edit_option));
|
||||
add_child(context_menu);
|
||||
|
||||
edit_hb = memnew(HBoxContainer);
|
||||
|
||||
goto_line_popup = memnew(GotoLinePopup);
|
||||
add_child(goto_line_popup);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue