mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 23:31:53 -05:00
Remove set_drag_forwarding_compat()
This commit is contained in:
@@ -649,8 +649,6 @@ TextEditor::TextEditor() {
|
||||
|
||||
goto_line_dialog = memnew(GotoLineDialog);
|
||||
add_child(goto_line_dialog);
|
||||
|
||||
code_editor->get_text_editor()->set_drag_forwarding_compat(this);
|
||||
}
|
||||
|
||||
TextEditor::~TextEditor() {
|
||||
|
||||
Reference in New Issue
Block a user