aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-table-sort-info.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-06-27 12:09:35 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-02 22:34:10 +0800
commit59ddc1f073aff7d67399c3b0ecc3ec3ec9218aba (patch)
tree69082bb2740668e5d2b8c29e6258d0ba5cea0ad5 /e-util/e-table-sort-info.h
parent10e8a60ee342c6d28bf0a63b387e5248c33affab (diff)
downloadgsoc2013-evolution-59ddc1f073aff7d67399c3b0ecc3ec3ec9218aba.tar
gsoc2013-evolution-59ddc1f073aff7d67399c3b0ecc3ec3ec9218aba.tar.gz
gsoc2013-evolution-59ddc1f073aff7d67399c3b0ecc3ec3ec9218aba.tar.bz2
gsoc2013-evolution-59ddc1f073aff7d67399c3b0ecc3ec3ec9218aba.tar.lz
gsoc2013-evolution-59ddc1f073aff7d67399c3b0ecc3ec3ec9218aba.tar.xz
gsoc2013-evolution-59ddc1f073aff7d67399c3b0ecc3ec3ec9218aba.tar.zst
gsoc2013-evolution-59ddc1f073aff7d67399c3b0ecc3ec3ec9218aba.zip
ETableSortInfo: Move "sort_count" to private section.
Use e_table_sort_info_sorting_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 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;
};