]> Pileus Git - ~andy/gtk/commitdiff
Remove unused get_offsets functions from headers
authorMatthias Clasen <mclasen@redhat.com>
Mon, 13 Dec 2010 23:50:26 +0000 (18:50 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 21 Dec 2010 17:06:59 +0000 (12:06 -0500)
gdk/gdkinternals.h
gdk/win32/gdkprivate-win32.h
gdk/x11/gdkwindow-x11.h

index d14a8ee150ed7765278847076015b90474aa83a1..6b179be033fcd3619d9a2eca9e621ad242ca051f 100644 (file)
@@ -326,10 +326,6 @@ extern const GOptionEntry _gdk_windowing_args[];
 gchar *_gdk_windowing_substitute_screen_number (const gchar *display_name,
                                                 gint         screen_number);
 
-void     _gdk_windowing_window_get_offsets      (GdkWindow  *window,
-                                                 gint       *x_offset,
-                                                 gint       *y_offset);
-
 void _gdk_windowing_got_event                (GdkDisplay       *display,
                                               GList            *event_link,
                                               GdkEvent         *event,
index 384167ee2b4daba6f15f77ca444349cb754d00f8..f118a9c909b4e11e4e3d70747fb3699c3b44775f 100644 (file)
@@ -167,9 +167,6 @@ void _gdk_win32_window_move_region (GdkWindow       *window,
                                    const cairo_region_t *region,
                                    gint             dx,
                                    gint             dy);
-void _gdk_win32_windowing_window_get_offsets (GdkWindow *window,
-                                             gint      *x_offset,
-                                             gint      *y_offset);
 
 
 void _gdk_win32_selection_init (void);
index 85d892b283258cf9af8a974acd1a07b492ae6f63..5a50464f0c3f6f178d88cc853bda53ce5086e542 100644 (file)
@@ -163,9 +163,6 @@ void            _gdk_x11_window_tmp_unset_parent_bg (GdkWindow *window);
 void            _gdk_x11_window_tmp_reset_parent_bg (GdkWindow *window);
 
 GdkCursor      *_gdk_x11_window_get_cursor          (GdkWindow *window);
-void            _gdk_x11_window_get_offsets         (GdkWindow *window,
-                                                     gint      *x_offset,
-                                                     gint      *y_offset);
 
 void            _gdk_x11_window_update_size         (GdkWindowImplX11 *impl);