summaryrefslogtreecommitdiffstats
path: root/views/window/window_gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/window/window_gtk.h')
-rw-r--r--views/window/window_gtk.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/views/window/window_gtk.h b/views/window/window_gtk.h
index 358116e..5aa8cbe 100644
--- a/views/window/window_gtk.h
+++ b/views/window/window_gtk.h
@@ -70,12 +70,6 @@ class WindowGtk : public WidgetGtk, public Window {
virtual gboolean OnLeaveNotify(GtkWidget* widget, GdkEventCrossing* event);
virtual void SetInitialFocus();
- // Gets the WindowGtk in the userdata section of the widget.
- static WindowGtk* GetWindowForNative(GtkWidget* widget);
-
- // Sets the WindowGtk in the userdata section of the widget.
- static void SetWindowForNative(GtkWidget* widget, WindowGtk* window);
-
protected:
// For the constructor.
friend class Window;