diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-08-23 00:06:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-23 00:06:29 +0200 |
commit | bc3c9a3c2aea7a4781f1319d05056ad8db19178e (patch) | |
tree | a666374b1a0a26fb7cbbccc0549c83a898925c8f /scene/gui | |
parent | 172519bec6499d2d7b52875c1bfb685c7df2278f (diff) | |
parent | baa94a375858e80bf9424fd895e3384edb4e114c (diff) |
Merge pull request #10555 from Rubonnek/removed-unnecessary-returns-and-breaks
Removed unnecessary returns and break statements
[ci skip]
Diffstat (limited to 'scene/gui')
-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 { |