aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-tree.c')
-rw-r--r--e-util/e-tree.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/e-util/e-tree.c b/e-util/e-tree.c
index 367091a8bc..2c535e539d 100644
--- a/e-util/e-tree.c
+++ b/e-util/e-tree.c
@@ -2638,21 +2638,6 @@ e_tree_drag_unhighlight (ETree *tree)
}
}
-void
-e_tree_drag_dest_set_proxy (ETree *tree,
- GdkWindow *proxy_window,
- GdkDragProtocol protocol,
- gboolean use_coordinates)
-{
- g_return_if_fail (E_IS_TREE (tree));
-
- gtk_drag_dest_set_proxy (
- GTK_WIDGET (tree),
- proxy_window,
- protocol,
- use_coordinates);
-}
-
/*
* There probably should be functions for setting the targets
* as a GtkTargetList