diff options
Diffstat (limited to 'views/widget/root_view_gtk.cc')
-rw-r--r-- | views/widget/root_view_gtk.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/views/widget/root_view_gtk.cc b/views/widget/root_view_gtk.cc index 9010960..5c02a71 100644 --- a/views/widget/root_view_gtk.cc +++ b/views/widget/root_view_gtk.cc @@ -12,10 +12,6 @@ namespace views { -void RootView::UpdateCursor(const MouseEvent& e) { - NOTIMPLEMENTED(); -} - void RootView::OnPaint(GdkEventExpose* event) { gfx::CanvasPaint canvas(event); |