From 935586a0f15047057ad1a9d866926676cb75dda3 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 20 Jun 2013 09:32:18 -0400 Subject: Remove unused e_tree_drag_dest_unset(). It just calls gtk_drag_dest_unset() anyway. --- e-util/e-tree.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'e-util/e-tree.c') diff --git a/e-util/e-tree.c b/e-util/e-tree.c index 2c535e539d..87ffba64dc 100644 --- a/e-util/e-tree.c +++ b/e-util/e-tree.c @@ -2638,19 +2638,6 @@ e_tree_drag_unhighlight (ETree *tree) } } -/* - * There probably should be functions for setting the targets - * as a GtkTargetList - */ - -void -e_tree_drag_dest_unset (GtkWidget *widget) -{ - g_return_if_fail (E_IS_TREE (widget)); - - gtk_drag_dest_unset (widget); -} - /* Source side */ static gint -- cgit v1.2.3