From 2f7f592d638a8d72c7640b8ff7103e39da6d219f Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 20 Jun 2013 09:22:25 -0400 Subject: Remove e_tree_drag_dest_set(). Reducing API bloat. Call gtk_drag_dest_set() directly instead. --- e-util/e-tree.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'e-util/e-tree.h') diff --git a/e-util/e-tree.h b/e-util/e-tree.h index 5257996a8c..2d5ca7c914 100644 --- a/e-util/e-tree.h +++ b/e-util/e-tree.h @@ -261,11 +261,6 @@ void e_tree_drag_highlight (ETree *tree, gint row, gint col); /* col == -1 to highlight entire row. */ void e_tree_drag_unhighlight (ETree *tree); -void e_tree_drag_dest_set (ETree *tree, - GtkDestDefaults flags, - const GtkTargetEntry *targets, - gint n_targets, - GdkDragAction actions); void e_tree_drag_dest_set_proxy (ETree *tree, GdkWindow *proxy_window, GdkDragProtocol protocol, -- cgit