aboutsummaryrefslogtreecommitdiffstats
path: root/e-util
diff options
context:
space:
mode:
Diffstat (limited to 'e-util')
-rw-r--r--e-util/e-tree.c17
-rw-r--r--e-util/e-tree.h5
2 files changed, 0 insertions, 22 deletions
diff --git a/e-util/e-tree.c b/e-util/e-tree.c
index bf6c1ab59b..367091a8bc 100644
--- a/e-util/e-tree.c
+++ b/e-util/e-tree.c
@@ -2639,23 +2639,6 @@ e_tree_drag_unhighlight (ETree *tree)
}
void
-e_tree_drag_dest_set (ETree *tree,
- GtkDestDefaults flags,
- const GtkTargetEntry *targets,
- gint n_targets,
- GdkDragAction actions)
-{
- g_return_if_fail (E_IS_TREE (tree));
-
- gtk_drag_dest_set (
- GTK_WIDGET (tree),
- flags,
- targets,
- n_targets,
- actions);
-}
-
-void
e_tree_drag_dest_set_proxy (ETree *tree,
GdkWindow *proxy_window,
GdkDragProtocol protocol,
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,