summaryrefslogtreecommitdiff
path: root/scene
diff options
context:
space:
mode:
authorWilson E. Alvarez <wilson.e.alvarez1@gmail.com>2017-08-22 13:01:57 -0400
committerWilson E. Alvarez <wilson.e.alvarez1@gmail.com>2017-08-22 13:01:57 -0400
commitbaa94a375858e80bf9424fd895e3384edb4e114c (patch)
tree32e9f1313232443d02943ee164c55ce8924894c5 /scene
parent294e912a843cde241f9abf619f5d40df9ef6ef9f (diff)
Removed unnecessary returns and break statements
Diffstat (limited to 'scene')
-rw-r--r--scene/gui/control.cpp2
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 {