From 59ddc1f073aff7d67399c3b0ecc3ec3ec9218aba Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 27 Jun 2013 00:09:35 -0400 Subject: ETableSortInfo: Move "sort_count" to private section. Use e_table_sort_info_sorting_get_count() to obtain the value. --- e-util/e-table-sort-info.h | 1 - 1 file changed, 1 deletion(-) (limited to 'e-util/e-table-sort-info.h') diff --git a/e-util/e-table-sort-info.h b/e-util/e-table-sort-info.h index 8c90be354e..28ca607f3f 100644 --- a/e-util/e-table-sort-info.h +++ b/e-util/e-table-sort-info.h @@ -66,7 +66,6 @@ struct _ETableSortInfo { ETableSortInfoPrivate *priv; ETableSortColumn *groupings; - gint sort_count; ETableSortColumn *sortings; }; -- cgit v1.2.3