diff options
author | Wilson E. Alvarez <wilson.e.alvarez1@gmail.com> | 2017-08-22 13:01:57 -0400 |
---|---|---|
committer | Wilson E. Alvarez <wilson.e.alvarez1@gmail.com> | 2017-08-22 13:01:57 -0400 |
commit | baa94a375858e80bf9424fd895e3384edb4e114c (patch) | |
tree | 32e9f1313232443d02943ee164c55ce8924894c5 /scene | |
parent | 294e912a843cde241f9abf619f5d40df9ef6ef9f (diff) |
Removed unnecessary returns and break statements
Diffstat (limited to 'scene')
-rw-r--r-- | scene/gui/control.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scene/gui/control.cpp b/scene/gui/control.cpp index 6a3ef66e0a..36fc9a6b3a 100644 --- a/scene/gui/control.cpp +++ b/scene/gui/control.cpp @@ -1839,8 +1839,6 @@ Control *Control::find_prev_valid_focus() const { } return NULL; - - return NULL; } Control::FocusMode Control::get_focus_mode() const { |