diff options
author | Javier Jardón <javierjc1982@gmail.com> | 2009-10-09 17:27:03 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-05-03 01:45:00 +0200 |
commit | 8c46ef830b42e701c72264071e78ac93a13774b4 (patch) | |
tree | 988d3be04069c736d436829209c1c8f75b851c39 /gdk/gdkdnd.h | |
parent | e53a1ad236a89e153b4912c9245af2ae84b53d7a (diff) | |
download | gtk+-8c46ef830b42e701c72264071e78ac93a13774b4.tar.gz |
Remove deprecated code from GdkDnd
Diffstat (limited to 'gdk/gdkdnd.h')
-rw-r--r-- | gdk/gdkdnd.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdk/gdkdnd.h b/gdk/gdkdnd.h index b9f83352f5..beada1d807 100644 --- a/gdk/gdkdnd.h +++ b/gdk/gdkdnd.h @@ -107,11 +107,6 @@ struct _GdkDragContextClass { GType gdk_drag_context_get_type (void) G_GNUC_CONST; GdkDragContext * gdk_drag_context_new (void); -#ifndef GDK_DISABLE_DEPRECATED -void gdk_drag_context_ref (GdkDragContext *context); -void gdk_drag_context_unref (GdkDragContext *context); -#endif - /* Destination side */ void gdk_drag_status (GdkDragContext *context, |