diff options
Diffstat (limited to 'smime')
-rw-r--r-- | smime/lib/e-asn1-object.c | 1 | ||||
-rw-r--r-- | smime/lib/e-cert-db.c | 2 | ||||
-rw-r--r-- | smime/lib/e-cert.c | 4 | ||||
-rw-r--r-- | smime/lib/e-pkcs12.c | 2 |
4 files changed, 0 insertions, 9 deletions
diff --git a/smime/lib/e-asn1-object.c b/smime/lib/e-asn1-object.c index 28c3aa7c85..4dd519e2d4 100644 --- a/smime/lib/e-asn1-object.c +++ b/smime/lib/e-asn1-object.c @@ -129,7 +129,6 @@ e_asn1_object_get_type (void) return asn1_object_type; } - /* This function is used to interpret an integer that * was encoded in a DER buffer. This function is used * when converting a DER buffer into a nsIASN1Object diff --git a/smime/lib/e-cert-db.c b/smime/lib/e-cert-db.c index 7fdd20f6e7..6006168e20 100644 --- a/smime/lib/e-cert-db.c +++ b/smime/lib/e-cert-db.c @@ -616,8 +616,6 @@ e_cert_db_get_type (void) return cert_type; } - - GStaticMutex init_mutex = G_STATIC_MUTEX_INIT; static ECertDB *cert_db = NULL; diff --git a/smime/lib/e-cert.c b/smime/lib/e-cert.c index e7aecc10c8..930dd65474 100644 --- a/smime/lib/e-cert.c +++ b/smime/lib/e-cert.c @@ -194,8 +194,6 @@ e_cert_get_type (void) return cert_type; } - - static void e_cert_populate (ECert *cert) { @@ -286,8 +284,6 @@ e_cert_new_from_der (gchar *data, return e_cert_new (cert); } - - CERTCertificate * e_cert_get_internal_cert (ECert *cert) { diff --git a/smime/lib/e-pkcs12.c b/smime/lib/e-pkcs12.c index 9b95668135..5f7a73ce65 100644 --- a/smime/lib/e-pkcs12.c +++ b/smime/lib/e-pkcs12.c @@ -143,8 +143,6 @@ e_pkcs12_get_type (void) return pkcs12_type; } - - EPKCS12 * e_pkcs12_new (void) { |