diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-06-20 21:39:05 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-06-21 03:31:51 +0800 |
commit | 6ebc2970c9b06890660923461b93c43fe68a1f0d (patch) | |
tree | edeb21545348f8658298c27dcbd65de336bf54e7 /e-util/e-tree.c | |
parent | 1aaa09f103379264b89c38873bb8e00f53ecd876 (diff) | |
download | gsoc2013-evolution-6ebc2970c9b06890660923461b93c43fe68a1f0d.tar.gz gsoc2013-evolution-6ebc2970c9b06890660923461b93c43fe68a1f0d.tar.zst gsoc2013-evolution-6ebc2970c9b06890660923461b93c43fe68a1f0d.zip |
Remove unused e_tree_drag_unhighlight().
Diffstat (limited to 'e-util/e-tree.c')
-rw-r--r-- | e-util/e-tree.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/e-util/e-tree.c b/e-util/e-tree.c index 8c891889af..6b2b693c66 100644 --- a/e-util/e-tree.c +++ b/e-util/e-tree.c @@ -2546,17 +2546,6 @@ struct _GtkDragSourceInfo /* Drag & drop stuff. */ -void -e_tree_drag_unhighlight (ETree *tree) -{ - g_return_if_fail (E_IS_TREE (tree)); - - if (tree->priv->drop_highlight) { - g_object_run_dispose (G_OBJECT (tree->priv->drop_highlight)); - tree->priv->drop_highlight = NULL; - } -} - /* Source side */ static gint |