1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

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

@@ -1839,8 +1839,6 @@ Control *Control::find_prev_valid_focus() const {
}
return NULL;
return NULL;
}
Control::FocusMode Control::get_focus_mode() const {