Removed unnecessary returns and break statements

This commit is contained in:
Wilson E. Alvarez 2017-08-22 13:01:57 -04:00
parent 294e912a84
commit baa94a3758
6 changed files with 4 additions and 8 deletions

View file

@ -559,8 +559,9 @@ bool GDScript::_update_exports() {
return changed;
#endif
#else
return false;
#endif
}
void GDScript::update_exports() {