aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-cell-tree.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-10-21 03:12:57 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-10-30 01:50:04 +0800
commit90c26d6fe6db1e9a2f03498dce8f9f135233bcf8 (patch)
tree2839f8bb4af05401aaf91b8c8c2b3f248b7f6279 /widgets/table/e-cell-tree.h
parent68c2986245ec68ad89e678d84559ed57679939ee (diff)
downloadgsoc2013-evolution-90c26d6fe6db1e9a2f03498dce8f9f135233bcf8.tar
gsoc2013-evolution-90c26d6fe6db1e9a2f03498dce8f9f135233bcf8.tar.gz
gsoc2013-evolution-90c26d6fe6db1e9a2f03498dce8f9f135233bcf8.tar.bz2
gsoc2013-evolution-90c26d6fe6db1e9a2f03498dce8f9f135233bcf8.tar.lz
gsoc2013-evolution-90c26d6fe6db1e9a2f03498dce8f9f135233bcf8.tar.xz
gsoc2013-evolution-90c26d6fe6db1e9a2f03498dce8f9f135233bcf8.tar.zst
gsoc2013-evolution-90c26d6fe6db1e9a2f03498dce8f9f135233bcf8.zip
e-table: Remove retro look
It's not used by themes so I don't see the need to port it.
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);