aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-sorter.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-07-13 11:33:07 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-07-13 11:33:07 +0800
commit0274669179600ac77475eed9870d2eab52c2cf14 (patch)
tree80f228649b670efac7f76ba5c0da5ed22a3a05c9 /e-util/e-sorter.c
parentadb63f0f2156554a21dbfd8daba447001985e967 (diff)
downloadgsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.gz
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.bz2
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.lz
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.xz
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.zst
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.zip
Fix excessive whitespace.
Diffstat (limited to 'e-util/e-sorter.c')
-rw-r--r--e-util/e-sorter.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/e-util/e-sorter.c b/e-util/e-sorter.c
index 602b189075..14b469b734 100644
--- a/e-util/e-sorter.c
+++ b/e-util/e-sorter.c
@@ -63,7 +63,6 @@ e_sorter_new (void)
return es;
}
-
static gint
es_model_to_sorted (ESorter *es, gint row)
{
@@ -76,7 +75,6 @@ es_sorted_to_model (ESorter *es, gint row)
return row;
}
-
static void
es_get_model_to_sorted_array (ESorter *es, gint **array, gint *count)
{
@@ -87,7 +85,6 @@ es_get_sorted_to_model_array (ESorter *es, gint **array, gint *count)
{
}
-
static gboolean
es_needs_sorting(ESorter *es)
{
@@ -118,7 +115,6 @@ e_sorter_sorted_to_model (ESorter *es, gint row)
return -1;
}
-
void
e_sorter_get_model_to_sorted_array (ESorter *es, gint **array, gint *count)
{
@@ -137,7 +133,6 @@ e_sorter_get_sorted_to_model_array (ESorter *es, gint **array, gint *count)
E_SORTER_GET_CLASS(es)->get_sorted_to_model_array (es, array, count);
}
-
gboolean
e_sorter_needs_sorting(ESorter *es)
{