aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-table-sort-info.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-table-sort-info.h')
-rw-r--r--e-util/e-table-sort-info.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/e-util/e-table-sort-info.h b/e-util/e-table-sort-info.h
index c56c5b07f5..b369ff5057 100644
--- a/e-util/e-table-sort-info.h
+++ b/e-util/e-table-sort-info.h
@@ -68,7 +68,6 @@ struct _ETableSortInfo {
gint sort_count;
ETableSortColumn *sortings;
- guint frozen : 1;
guint sort_info_changed : 1;
guint group_info_changed : 1;
@@ -85,9 +84,6 @@ struct _ETableSortInfoClass {
GType e_table_sort_info_get_type (void) G_GNUC_CONST;
-void e_table_sort_info_freeze (ETableSortInfo *info);
-void e_table_sort_info_thaw (ETableSortInfo *info);
-
guint e_table_sort_info_grouping_get_count
(ETableSortInfo *info);
void e_table_sort_info_grouping_truncate