diff options
Diffstat (limited to 'views/window/window_gtk.cc')
-rw-r--r-- | views/window/window_gtk.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/views/window/window_gtk.cc b/views/window/window_gtk.cc index 5e625a6..a24ce61 100644 --- a/views/window/window_gtk.cc +++ b/views/window/window_gtk.cc @@ -300,10 +300,6 @@ const NativeWidget* WindowGtk::AsNativeWidget() const { return this; } -Window* WindowGtk::GetWindow() { - return this; -} - void WindowGtk::SetWindowBounds(const gfx::Rect& bounds, gfx::NativeWindow other_window) { // TODO: need to deal with other_window. |