diff options
Diffstat (limited to 'views/view_gtk.cc')
-rw-r--r-- | views/view_gtk.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/views/view_gtk.cc b/views/view_gtk.cc index 5293db1..941908f 100644 --- a/views/view_gtk.cc +++ b/views/view_gtk.cc @@ -10,11 +10,6 @@ namespace views { -FocusManager* View::GetFocusManager() { - NOTIMPLEMENTED(); - return NULL; -} - void View::DoDrag(const MouseEvent& e, int press_x, int press_y) { NOTIMPLEMENTED(); } |