aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-tree.h
diff options
context:
space:
mode:
authornobody <nobody@localhost>2001-02-08 06:53:06 +0800
committernobody <nobody@localhost>2001-02-08 06:53:06 +0800
commit28460a177b877d36ca038ad3614d894510816d24 (patch)
tree67c941166f37e99129f73ab28bd0d83bf566f06c /widgets/table/e-table-tree.h
parent2132c038545393a9d81ddc87cb8e1bde13445b80 (diff)
downloadgsoc2013-evolution-GNUMERIC_0_62.tar.gz
gsoc2013-evolution-GNUMERIC_0_62.tar.zst
gsoc2013-evolution-GNUMERIC_0_62.zip
This commit was manufactured by cvs2svn to create tagGNUMERIC_0_62
'GNUMERIC_0_62'. svn path=/tags/GNUMERIC_0_62/; revision=8080
Diffstat (limited to 'widgets/table/e-table-tree.h')
-rw-r--r--widgets/table/e-table-tree.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/widgets/table/e-table-tree.h b/widgets/table/e-table-tree.h
deleted file mode 100644
index e7e125a6af..0000000000
--- a/widgets/table/e-table-tree.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef _E_TABLE_TREE_H_
-#define _E_TABLE_TREE_H_
-
-typedef struct {
- char *title;
-
- union {
- ETableModel *table;
- GList *children;
- } u;
-
- guint expanded :1;
- guint is_leaf :1;
-} ETableGroup;
-
-ETableGroup *e_table_group_new (const char *title, ETableModel *table);
-ETableGroup *e_table_group_new_leaf (const char *title);
-
-#endif /* _E_TABLE_TREE_H_ */