From baa94a375858e80bf9424fd895e3384edb4e114c Mon Sep 17 00:00:00 2001 From: "Wilson E. Alvarez" Date: Tue, 22 Aug 2017 13:01:57 -0400 Subject: Removed unnecessary returns and break statements --- scene/gui/control.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'scene') 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 { -- cgit v1.2.3