aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-tree.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-04-01 04:26:01 +0800
committerChris Lahey <clahey@src.gnome.org>2001-04-01 04:26:01 +0800
commitf7e9c117f8b45132481a410f9a8c93a93303dc88 (patch)
tree99b40ac947f95686f7161650f5001343b7a80332 /widgets/table/e-tree.h
parent2e9fe25b8edb725fdb14bd65e9333b701c23614d (diff)
downloadgsoc2013-evolution-f7e9c117f8b45132481a410f9a8c93a93303dc88.tar
gsoc2013-evolution-f7e9c117f8b45132481a410f9a8c93a93303dc88.tar.gz
gsoc2013-evolution-f7e9c117f8b45132481a410f9a8c93a93303dc88.tar.bz2
gsoc2013-evolution-f7e9c117f8b45132481a410f9a8c93a93303dc88.tar.lz
gsoc2013-evolution-f7e9c117f8b45132481a410f9a8c93a93303dc88.tar.xz
gsoc2013-evolution-f7e9c117f8b45132481a410f9a8c93a93303dc88.tar.zst
gsoc2013-evolution-f7e9c117f8b45132481a410f9a8c93a93303dc88.zip
Accidently committed this with using the tree selection model turned on.
2001-03-31 Christopher James Lahey <clahey@ximian.com> * e-tree.c, e-tree.h: Accidently committed this with using the tree selection model turned on. Rolled back this change. svn path=/trunk/; revision=9076
Diffstat (limited to 'widgets/table/e-tree.h')
-rw-r--r--widgets/table/e-tree.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/widgets/table/e-tree.h b/widgets/table/e-tree.h
index 5ab256f2b0..60d39d8464 100644
--- a/widgets/table/e-tree.h
+++ b/widgets/table/e-tree.h
@@ -11,7 +11,6 @@
#include <gal/e-table/e-table-specification.h>
#include <gal/e-table/e-table-state.h>
#include <gal/e-table/e-tree-model.h>
-#include <gal/e-table/e-tree-selection-model.h>
BEGIN_GNOME_DECLS
@@ -150,9 +149,6 @@ ETreePath e_tree_get_cursor (ETree *e_tree);
void e_tree_selected_row_foreach (ETree *e_tree,
EForeachFunc callback,
gpointer closure);
-void e_tree_selected_path_foreach (ETree *e_tree,
- ETreeForeachFunc callback,
- gpointer closure);
gint e_tree_selected_count (ETree *e_tree);
EPrintable *e_tree_get_printable (ETree *e_tree);