aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-col.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-table-col.h')
-rw-r--r--widgets/table/e-table-col.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/widgets/table/e-table-col.h b/widgets/table/e-table-col.h
index 7faefe1447..3c8b883550 100644
--- a/widgets/table/e-table-col.h
+++ b/widgets/table/e-table-col.h
@@ -42,8 +42,6 @@ struct _ETableCol {
GtkJustification justification;
- ETableColArrow arrow;
-
ECell *ecell;
};
@@ -61,8 +59,6 @@ ETableCol *e_table_col_new_with_pixbuf (int col_idx, GdkPixbuf *pixbuf,
ECell *ecell, GCompareFunc compare,
gboolean resizable);
void e_table_col_destroy (ETableCol *etc);
-void e_table_col_set_arrow (ETableCol *col, ETableColArrow arrow);
-ETableColArrow e_table_col_get_arrow (ETableCol *col);
#endif /* _E_TABLE_COL_H_ */