From 0274669179600ac77475eed9870d2eab52c2cf14 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 12 Jul 2009 23:33:07 -0400 Subject: Fix excessive whitespace. --- e-util/e-signature.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'e-util/e-signature.c') diff --git a/e-util/e-signature.c b/e-util/e-signature.c index 60659f8c55..86e29fe34a 100644 --- a/e-util/e-signature.c +++ b/e-util/e-signature.c @@ -37,15 +37,12 @@ #include "e-signature.h" - static void e_signature_class_init (ESignatureClass *klass); static void e_signature_init (ESignature *sig, ESignatureClass *klass); static void e_signature_finalize (GObject *object); - static GObjectClass *parent_class = NULL; - GType e_signature_get_type (void) { @@ -97,7 +94,6 @@ e_signature_finalize (GObject *object) G_OBJECT_CLASS (parent_class)->finalize (object); } - /** * e_signature_new: * @@ -115,7 +111,6 @@ e_signature_new (void) return signature; } - /** * e_signature_new_from_xml: * @xml: an XML signature description @@ -137,7 +132,6 @@ e_signature_new_from_xml (const gchar *xml) return signature; } - static gboolean xml_set_bool (xmlNodePtr node, const gchar *name, gboolean *val) { @@ -201,7 +195,6 @@ xml_set_content (xmlNodePtr node, gchar **val) } } - /** * e_signature_uid_from_xml: * @xml: an XML signature description @@ -232,7 +225,6 @@ e_signature_uid_from_xml (const gchar *xml) return uid; } - /** * e_signature_set_from_xml: * @signature: an #ESignature @@ -314,7 +306,6 @@ e_signature_set_from_xml (ESignature *signature, const gchar *xml) return changed; } - /** * e_signature_to_xml: * @signature: an #ESignature -- cgit v1.2.3