diff --git a/gtk/gtkdnd.h b/gtk/gtkdnd.h index d15fdb9f7f..cdc2642f4b 100644 --- a/gtk/gtkdnd.h +++ b/gtk/gtkdnd.h @@ -183,10 +183,6 @@ GDK_AVAILABLE_IN_3_2 void gtk_drag_source_set_icon_gicon (GtkWidget *widget, GIcon *icon); -/* There probably should be functions for setting the targets - * as a GtkTargetList - */ - GDK_AVAILABLE_IN_3_10 GdkDragContext *gtk_drag_begin_with_coordinates (GtkWidget *widget, GtkTargetList *targets, @@ -206,8 +202,6 @@ GdkDragContext *gtk_drag_begin (GtkWidget *widget, GDK_AVAILABLE_IN_3_16 void gtk_drag_cancel (GdkDragContext *context); -/* Set the image being dragged around - */ GDK_AVAILABLE_IN_ALL void gtk_drag_set_icon_widget (GdkDragContext *context, GtkWidget *widget,