aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-table-sort-info.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-06-26 23:24:20 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-06-26 23:36:12 +0800
commita764f34313170dea4e87679a84e9fd1a354fa6a3 (patch)
treeda09d389f671a7db2b033110d5ce131519b6d3c4 /e-util/e-table-sort-info.h
parente19fb153b191cdcfb66ca86d028da63dc0aaad3e (diff)
downloadgsoc2013-evolution-a764f34313170dea4e87679a84e9fd1a354fa6a3.tar
gsoc2013-evolution-a764f34313170dea4e87679a84e9fd1a354fa6a3.tar.gz
gsoc2013-evolution-a764f34313170dea4e87679a84e9fd1a354fa6a3.tar.bz2
gsoc2013-evolution-a764f34313170dea4e87679a84e9fd1a354fa6a3.tar.lz
gsoc2013-evolution-a764f34313170dea4e87679a84e9fd1a354fa6a3.tar.xz
gsoc2013-evolution-a764f34313170dea4e87679a84e9fd1a354fa6a3.tar.zst
gsoc2013-evolution-a764f34313170dea4e87679a84e9fd1a354fa6a3.zip
Remove unused e_table_sort_info_freeze/thaw().
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