Remove deprecated code from GdkCursor

This commit is contained in:
Javier Jardón 2009-10-09 17:19:34 +02:00 committed by Javier Jardón
parent 134690ed8f
commit e53a1ad236
2 changed files with 0 additions and 12 deletions

View File

@ -212,12 +212,3 @@ The standard cursors available.
</para>
@cursor:
<!-- ##### MACRO gdk_cursor_destroy ##### -->
<para>
Destroys a cursor, freeing any resources allocated for it.
</para>

View File

@ -158,9 +158,6 @@ GdkCursor* gdk_cursor_new_from_name (GdkDisplay *display,
const gchar *name);
GdkPixbuf* gdk_cursor_get_image (GdkCursor *cursor);
#ifndef GDK_DISABLE_DEPRECATED
#define gdk_cursor_destroy gdk_cursor_unref
#endif /* GDK_DISABLE_DEPRECATED */
G_END_DECLS