aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-06-27 11:27:38 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-02 22:34:09 +0800
commit3b02bc488e2c22edd403867cd66ab3a3fce4dafa (patch)
treed0d0bfc2b284e8c6f9391e6116dcd23b8549b4b7
parent21998504a040f3c578a0e0478847cf95c50d6191 (diff)
downloadgsoc2013-evolution-3b02bc488e2c22edd403867cd66ab3a3fce4dafa.tar
gsoc2013-evolution-3b02bc488e2c22edd403867cd66ab3a3fce4dafa.tar.gz
gsoc2013-evolution-3b02bc488e2c22edd403867cd66ab3a3fce4dafa.tar.bz2
gsoc2013-evolution-3b02bc488e2c22edd403867cd66ab3a3fce4dafa.tar.lz
gsoc2013-evolution-3b02bc488e2c22edd403867cd66ab3a3fce4dafa.tar.xz
gsoc2013-evolution-3b02bc488e2c22edd403867cd66ab3a3fce4dafa.tar.zst
gsoc2013-evolution-3b02bc488e2c22edd403867cd66ab3a3fce4dafa.zip
ETableSortInfo: Remove some unused public members.
-rw-r--r--e-util/e-table-sort-info.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/e-util/e-table-sort-info.h b/e-util/e-table-sort-info.h
index 8e9f6f8f4e..cc435f3d54 100644
--- a/e-util/e-table-sort-info.h
+++ b/e-util/e-table-sort-info.h
@@ -70,9 +70,6 @@ struct _ETableSortInfo {
gint sort_count;
ETableSortColumn *sortings;
- gboolean sort_info_changed;
- gboolean group_info_changed;
-
gboolean can_group;
};