diff options
Diffstat (limited to 'views/view.cc')
-rw-r--r-- | views/view.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/views/view.cc b/views/view.cc index 820f3ec..0280aef 100644 --- a/views/view.cc +++ b/views/view.cc @@ -264,11 +264,6 @@ void View::SetFocusable(bool focusable) { focusable_ = focusable; } -FocusManager* View::GetFocusManager() { - Widget* widget = GetWidget(); - return widget ? widget->GetFocusManager() : NULL; -} - bool View::HasFocus() { FocusManager* focus_manager = GetFocusManager(); if (focus_manager) |