|
@@ -1341,8 +1341,6 @@ void ScriptTextEditor::_bind_methods() {
|
|
|
ClassDB::bind_method("_get_drag_data_fw", &ScriptTextEditor::get_drag_data_fw);
|
|
|
ClassDB::bind_method("_can_drop_data_fw", &ScriptTextEditor::can_drop_data_fw);
|
|
|
ClassDB::bind_method("_drop_data_fw", &ScriptTextEditor::drop_data_fw);
|
|
|
-
|
|
|
- ClassDB::bind_method(D_METHOD("add_syntax_highlighter", "highlighter"), &ScriptTextEditor::add_syntax_highlighter);
|
|
|
}
|
|
|
|
|
|
Control *ScriptTextEditor::get_edit_menu() {
|