mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
Removed unnecessary returns and break statements
This commit is contained in:
parent
294e912a84
commit
baa94a3758
6 changed files with 4 additions and 8 deletions
|
@ -585,7 +585,6 @@ Error VisualScriptExpression::_get_token(Token &r_token) {
|
|||
r_token.type = TK_BASIC_TYPE;
|
||||
r_token.value = i;
|
||||
return OK;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue