mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 23:31:53 -05:00
Removed unnecessary returns and break statements
This commit is contained in:
@@ -585,7 +585,6 @@ Error VisualScriptExpression::_get_token(Token &r_token) {
|
||||
r_token.type = TK_BASIC_TYPE;
|
||||
r_token.value = i;
|
||||
return OK;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user