mirror of
https://github.com/godotengine/godot.git
synced 2025-10-27 19:54:27 +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
|
|
@ -833,7 +833,6 @@ void android_main(struct android_app *app) {
|
|||
if (engine.requested_quit) {
|
||||
engine_term_display(&engine);
|
||||
exit(0);
|
||||
return;
|
||||
}
|
||||
|
||||
// LOGI("end\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue