diff options
Diffstat (limited to 'views/focus/focus_manager.h')
-rw-r--r-- | views/focus/focus_manager.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/views/focus/focus_manager.h b/views/focus/focus_manager.h index 59e9b3b..fb48188 100644 --- a/views/focus/focus_manager.h +++ b/views/focus/focus_manager.h @@ -299,9 +299,6 @@ class FocusManager { // Returns the next focusable view. View* GetNextFocusableView(View* starting_view, bool reverse, bool dont_loop); - // Returns the last view of the focus traversal hierarchy. - View* FindLastFocusableView(); - // Returns the focusable view found in the FocusTraversable specified starting // at the specified view. This traverses down along the FocusTraversable // hierarchy. |