aboutsummaryrefslogtreecommitdiffstats
path: root/smime/lib
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-09-25 02:23:31 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-09-25 04:35:46 +0800
commit3d23a1a4505cf39a6a57f67e79f00300cbfe7ab0 (patch)
tree1846ad105541f9bac1cfdf4b9ea97944ba9b364c /smime/lib
parentc675d321af9105008f6afd24a844f8bf47ba05d9 (diff)
downloadgsoc2013-evolution-3d23a1a4505cf39a6a57f67e79f00300cbfe7ab0.tar
gsoc2013-evolution-3d23a1a4505cf39a6a57f67e79f00300cbfe7ab0.tar.gz
gsoc2013-evolution-3d23a1a4505cf39a6a57f67e79f00300cbfe7ab0.tar.bz2
gsoc2013-evolution-3d23a1a4505cf39a6a57f67e79f00300cbfe7ab0.tar.lz
gsoc2013-evolution-3d23a1a4505cf39a6a57f67e79f00300cbfe7ab0.tar.xz
gsoc2013-evolution-3d23a1a4505cf39a6a57f67e79f00300cbfe7ab0.tar.zst
gsoc2013-evolution-3d23a1a4505cf39a6a57f67e79f00300cbfe7ab0.zip
Remove unused e_cert_get_expires_on_time().
Diffstat (limited to 'smime/lib')
-rw-r--r--smime/lib/e-cert.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/smime/lib/e-cert.c b/smime/lib/e-cert.c
index 27e3b9fb7c..d188c6869a 100644
--- a/smime/lib/e-cert.c
+++ b/smime/lib/e-cert.c
@@ -390,12 +390,6 @@ e_cert_get_issued_on (ECert *cert)
return cert->priv->issued_on_string;
}
-PRTime
-e_cert_get_expires_on_time (ECert *cert)
-{
- return cert->priv->expires_on;
-}
-
const gchar *
e_cert_get_expires_on (ECert *cert)
{