[evolution] Remove unused e_cert_get_issued_on_time().
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Remove unused e_cert_get_issued_on_time().
- Date: Tue, 24 Sep 2013 22:24:58 +0000 (UTC)
commit c675d321af9105008f6afd24a844f8bf47ba05d9
Author: Matthew Barnes <mbarnes redhat com>
Date: Tue Sep 24 14:22:39 2013 -0400
Remove unused e_cert_get_issued_on_time().
smime/lib/e-cert.c | 6 ------
smime/lib/e-cert.h | 1 -
2 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/smime/lib/e-cert.c b/smime/lib/e-cert.c
index 895ebea..27e3b9f 100644
--- a/smime/lib/e-cert.c
+++ b/smime/lib/e-cert.c
@@ -384,12 +384,6 @@ e_cert_get_subject_name (ECert *cert)
return cert->priv->cert->subjectName;
}
-PRTime
-e_cert_get_issued_on_time (ECert *cert)
-{
- return cert->priv->issued_on;
-}
-
const gchar *
e_cert_get_issued_on (ECert *cert)
{
diff --git a/smime/lib/e-cert.h b/smime/lib/e-cert.h
index 03badb0..83e0acd 100644
--- a/smime/lib/e-cert.h
+++ b/smime/lib/e-cert.h
@@ -83,7 +83,6 @@ const gchar * e_cert_get_issuer_cn (ECert *cert);
const gchar * e_cert_get_issuer_org (ECert *cert);
const gchar * e_cert_get_issuer_org_unit (ECert *cert);
-PRTime e_cert_get_issued_on_time (ECert *cert);
const gchar * e_cert_get_issued_on (ECert *cert);
PRTime e_cert_get_expires_on_time (ECert *cert);
const gchar * e_cert_get_expires_on (ECert *cert);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]