summaryrefslogtreecommitdiff
path: root/gdk/directfb
diff options
context:
space:
mode:
authorJavier Jardón <javierjc1982@gmail.com>2009-10-09 17:27:03 +0200
committerJavier Jardón <jjardon@gnome.org>2010-05-03 01:45:00 +0200
commit8c46ef830b42e701c72264071e78ac93a13774b4 (patch)
tree988d3be04069c736d436829209c1c8f75b851c39 /gdk/directfb
parente53a1ad236a89e153b4912c9245af2ae84b53d7a (diff)
downloadgtk+-8c46ef830b42e701c72264071e78ac93a13774b4.tar.gz
Remove deprecated code from GdkDnd
Diffstat (limited to 'gdk/directfb')
-rw-r--r--gdk/directfb/gdkdnd-directfb.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/gdk/directfb/gdkdnd-directfb.c b/gdk/directfb/gdkdnd-directfb.c
index 35624c7af5..527a817c0d 100644
--- a/gdk/directfb/gdkdnd-directfb.c
+++ b/gdk/directfb/gdkdnd-directfb.c
@@ -121,18 +121,6 @@ gdk_drag_context_new (void)
return g_object_new (gdk_drag_context_get_type (), NULL);
}
-void
-gdk_drag_context_ref (GdkDragContext *context)
-{
- g_object_ref (context);
-}
-
-void
-gdk_drag_context_unref (GdkDragContext *context)
-{
- g_object_unref (context);
-}
-
static GdkDragContext *
gdk_drag_context_find (gboolean is_source,
GdkWindow *source,