aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-table-sort-info.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-06-27 11:59:06 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-02 22:34:09 +0800
commit10e8a60ee342c6d28bf0a63b387e5248c33affab (patch)
treeffd0e8b2e1b56bcc162aa46b7b91c6d1b36c05c4 /e-util/e-table-sort-info.h
parent6562ce11316558386b3288cd3725627d98743edf (diff)
downloadgsoc2013-evolution-10e8a60ee342c6d28bf0a63b387e5248c33affab.tar
gsoc2013-evolution-10e8a60ee342c6d28bf0a63b387e5248c33affab.tar.gz
gsoc2013-evolution-10e8a60ee342c6d28bf0a63b387e5248c33affab.tar.bz2
gsoc2013-evolution-10e8a60ee342c6d28bf0a63b387e5248c33affab.tar.lz
gsoc2013-evolution-10e8a60ee342c6d28bf0a63b387e5248c33affab.tar.xz
gsoc2013-evolution-10e8a60ee342c6d28bf0a63b387e5248c33affab.tar.zst
gsoc2013-evolution-10e8a60ee342c6d28bf0a63b387e5248c33affab.zip
ETableSortInfo: Move "group_count" to private section.
Use e_table_sort_info_grouping_get_count() to obtain the value.
Diffstat (limited to 'e-util/e-table-sort-info.h')
-rw-r--r--e-util/e-table-sort-info.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/e-util/e-table-sort-info.h b/e-util/e-table-sort-info.h
index d1de2d3f28..8c90be354e 100644
--- a/e-util/e-table-sort-info.h
+++ b/e-util/e-table-sort-info.h
@@ -65,7 +65,6 @@ struct _ETableSortInfo {
GObject parent;
ETableSortInfoPrivate *priv;
- gint group_count;
ETableSortColumn *groupings;
gint sort_count;
ETableSortColumn *sortings;