summaryrefslogtreecommitdiff
path: root/gdk/win32/gdkcursor-win32.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-12-20 13:47:35 +0100
committerMatthias Clasen <mclasen@redhat.com>2010-12-21 12:07:05 -0500
commit4793bd3399d47a43993a384846d60fbc47dac50e (patch)
tree61e0f08af350e7e7c4b20b063a7df9985aa82ea6 /gdk/win32/gdkcursor-win32.c
parent7a14b30ea37d4cb9b021df3d9d6036cb15f19df1 (diff)
downloadgtk+-4793bd3399d47a43993a384846d60fbc47dac50e.tar.gz
gdk: Move gdk_cursor_get_display() out of the backends
Now that we store the display inside the cursor, that change is obvious.
Diffstat (limited to 'gdk/win32/gdkcursor-win32.c')
-rw-r--r--gdk/win32/gdkcursor-win32.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdk/win32/gdkcursor-win32.c b/gdk/win32/gdkcursor-win32.c
index 3053b917c0..631c1d26f8 100644
--- a/gdk/win32/gdkcursor-win32.c
+++ b/gdk/win32/gdkcursor-win32.c
@@ -249,12 +249,6 @@ _gdk_cursor_destroy (GdkCursor *cursor)
g_free (private);
}
-GdkDisplay *
-gdk_cursor_get_display (GdkCursor *cursor)
-{
- return gdk_display_get_default ();
-}
-
GdkPixbuf *
gdk_win32_icon_to_pixbuf_libgtk_only (HICON hicon)
{