mirror of
https://github.com/godotengine/godot.git
synced 2026-02-24 22:36:38 +03:00
Merge pull request #116661 from TheDying0fLight/remove-unused-editor-variable
Remove unused `edit_hb` variable in `TextEditorBase` which causes warnings
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
@@ -161,7 +161,6 @@ protected:
|
||||
|
||||
bool editor_enabled = false;
|
||||
CodeTextEditor *code_editor = nullptr;
|
||||
HBoxContainer *edit_hb = nullptr;
|
||||
|
||||
GotoLinePopup *goto_line_popup = nullptr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user