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 ------------- e-util/e-tree.h | 5 ----- 2 files changed, 18 deletions(-) (limited to 'e-util') 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 diff --git a/e-util/e-tree.h b/e-util/e-tree.h index 27c921c3b1..3006be3846 100644 --- a/e-util/e-tree.h +++ b/e-util/e-tree.h @@ -262,11 +262,6 @@ void e_tree_drag_highlight (ETree *tree, gint col); /* col == -1 to highlight entire row. */ void 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); - /* Source side */ void e_tree_drag_source_set (ETree *tree, GdkModifierType start_button_mask, -- cgit v1.2.3