diff options
author | Benjamin Otte <otte@redhat.com> | 2017-11-02 23:00:38 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2017-11-04 00:07:13 +0100 |
commit | 81c2bebaca94b14a74a1f040abab12f271f711f9 (patch) | |
tree | 1077a7ba0997a08e81f8e2747ab538f37de64f42 /gdk/gdkcursorprivate.h | |
parent | ca3c23662cfe515d7de348aa42d07be7d4bb3e83 (diff) | |
download | gtk+-81c2bebaca94b14a74a1f040abab12f271f711f9.tar.gz |
gdk: Remove ability to download a cursor
Diffstat (limited to 'gdk/gdkcursorprivate.h')
-rw-r--r-- | gdk/gdkcursorprivate.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdk/gdkcursorprivate.h b/gdk/gdkcursorprivate.h index 36601c825f..34f58b0136 100644 --- a/gdk/gdkcursorprivate.h +++ b/gdk/gdkcursorprivate.h @@ -46,10 +46,6 @@ struct _GdkCursor struct _GdkCursorClass { GObjectClass parent_class; - - cairo_surface_t * (* get_surface) (GdkCursor *cursor, - gdouble *x_hot, - gdouble *y_hot); }; G_END_DECLS |