mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Remove unnecessary this->
expressions
This commit is contained in:
parent
17e7f85c06
commit
15369fdb1d
39 changed files with 160 additions and 160 deletions
|
@ -2508,5 +2508,5 @@ void ScriptTextEditor::register_editor() {
|
|||
}
|
||||
|
||||
void ScriptTextEditor::validate() {
|
||||
this->code_editor->validate_script();
|
||||
code_editor->validate_script();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue