diff options
Diffstat (limited to 'e-util/e-bit-array.h')
-rw-r--r-- | e-util/e-bit-array.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/e-util/e-bit-array.h b/e-util/e-bit-array.h index 6f021c51b1..52439c75c8 100644 --- a/e-util/e-bit-array.h +++ b/e-util/e-bit-array.h @@ -51,7 +51,6 @@ typedef struct { GObjectClass parent_class; } EBitArrayClass; - GType e_bit_array_get_type (void); EBitArray *e_bit_array_new (gint count); @@ -95,5 +94,4 @@ gboolean e_bit_array_cross_or (EBitArray *esm); G_END_DECLS - #endif /* _E_BIT_ARRAY_H_ */ |