From 37aae129f397e5973910ff227a0f18efb1b5d2fe Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 26 Jun 2013 13:05:02 -0400 Subject: ETableSpecification: Make the columns array private. Use e_table_specification_ref_columns() to access column specs. --- e-util/e-table-specification.h | 1 - 1 file changed, 1 deletion(-) (limited to 'e-util/e-table-specification.h') diff --git a/e-util/e-table-specification.h b/e-util/e-table-specification.h index 2fec4b8e40..79484aa92e 100644 --- a/e-util/e-table-specification.h +++ b/e-util/e-table-specification.h @@ -59,7 +59,6 @@ struct _ETableSpecification { GObject parent; ETableSpecificationPrivate *priv; - ETableColumnSpecification **columns; ETableState *state; guint alternating_row_colors : 1; -- cgit v1.2.3