[gtk+/gdk-backend: 44/91] Remove unused get_offsets functions from headers
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gdk-backend: 44/91] Remove unused get_offsets functions from headers
- Date: Sat, 18 Dec 2010 01:09:31 +0000 (UTC)
commit 7b56c35bd3de038527d270e5a47327b1c789923d
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Dec 13 18:50:26 2010 -0500
Remove unused get_offsets functions from headers
gdk/gdkinternals.h | 4 ----
gdk/win32/gdkprivate-win32.h | 3 ---
gdk/x11/gdkwindow-x11.h | 3 ---
3 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/gdk/gdkinternals.h b/gdk/gdkinternals.h
index ef1aadc..f03c102 100644
--- a/gdk/gdkinternals.h
+++ b/gdk/gdkinternals.h
@@ -323,10 +323,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,
diff --git a/gdk/win32/gdkprivate-win32.h b/gdk/win32/gdkprivate-win32.h
index 384167e..f118a9c 100644
--- a/gdk/win32/gdkprivate-win32.h
+++ b/gdk/win32/gdkprivate-win32.h
@@ -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);
diff --git a/gdk/x11/gdkwindow-x11.h b/gdk/x11/gdkwindow-x11.h
index 85d892b..5a50464 100644
--- a/gdk/x11/gdkwindow-x11.h
+++ b/gdk/x11/gdkwindow-x11.h
@@ -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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]