aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-cell-tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-cell-tree.h')
-rw-r--r--widgets/table/e-cell-tree.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/widgets/table/e-cell-tree.h b/widgets/table/e-cell-tree.h
index 860d68fc13..98e874cb1f 100644
--- a/widgets/table/e-cell-tree.h
+++ b/widgets/table/e-cell-tree.h
@@ -47,9 +47,6 @@ typedef struct {
gboolean draw_lines;
- GdkPixbuf *open_pixbuf;
- GdkPixbuf *closed_pixbuf;
-
ECell *subcell;
} ECellTree;
@@ -58,13 +55,9 @@ typedef struct {
} ECellTreeClass;
GType e_cell_tree_get_type (void);
-ECell *e_cell_tree_new (GdkPixbuf *open_pixbuf,
- GdkPixbuf *closed_pixbuf,
- gboolean draw_lines,
+ECell *e_cell_tree_new (gboolean draw_lines,
ECell *subcell);
void e_cell_tree_construct (ECellTree *ect,
- GdkPixbuf *open_pixbuf,
- GdkPixbuf *closed_pixbuf,
gboolean draw_lines,
ECell *subcell);