aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-bit-array.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-09-15 18:15:53 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-09-15 18:26:52 +0800
commit591bcbeb910e0d90dc4076f09c23074c96a2e857 (patch)
tree16514386d71fae7761beeb2efba10dd918718dae /e-util/e-bit-array.h
parent2e113a61cc18428ecb603374dfcc833c5e276422 (diff)
downloadgsoc2013-evolution-591bcbeb910e0d90dc4076f09c23074c96a2e857.tar
gsoc2013-evolution-591bcbeb910e0d90dc4076f09c23074c96a2e857.tar.gz
gsoc2013-evolution-591bcbeb910e0d90dc4076f09c23074c96a2e857.tar.bz2
gsoc2013-evolution-591bcbeb910e0d90dc4076f09c23074c96a2e857.tar.lz
gsoc2013-evolution-591bcbeb910e0d90dc4076f09c23074c96a2e857.tar.xz
gsoc2013-evolution-591bcbeb910e0d90dc4076f09c23074c96a2e857.tar.zst
gsoc2013-evolution-591bcbeb910e0d90dc4076f09c23074c96a2e857.zip
Remove a bunch of unused functions.
Diffstat (limited to 'e-util/e-bit-array.h')
-rw-r--r--e-util/e-bit-array.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/e-util/e-bit-array.h b/e-util/e-bit-array.h
index 52439c75c8..717fe585e7 100644
--- a/e-util/e-bit-array.h
+++ b/e-util/e-bit-array.h
@@ -59,7 +59,6 @@ gboolean e_bit_array_value_at (EBitArray *selection,
void e_bit_array_foreach (EBitArray *selection,
EForeachFunc callback,
gpointer closure);
-void e_bit_array_clear (EBitArray *selection);
gint e_bit_array_selected_count (EBitArray *selection);
void e_bit_array_select_all (EBitArray *selection);
void e_bit_array_invert_selection (EBitArray *selection);
@@ -89,9 +88,6 @@ void e_bit_array_move_row (EBitArray *esm,
gint old_row,
gint new_row);
-gboolean e_bit_array_cross_and (EBitArray *esm);
-gboolean e_bit_array_cross_or (EBitArray *esm);
-
G_END_DECLS
#endif /* _E_BIT_ARRAY_H_ */