Remove deprecated code from GdkDnd

This commit is contained in:
Javier Jardón
2009-10-09 17:27:03 +02:00
committed by Javier Jardón
parent e53a1ad236
commit 8c46ef830b
8 changed files with 0 additions and 97 deletions

View File

@ -87,18 +87,6 @@ gdk_drag_context_new (void)
return (GdkDragContext *)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);
}
GdkDragContext *_gdk_quartz_drag_source_context = NULL;
GdkDragContext *