diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-09-25 09:45:07 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-09-25 10:02:33 +0800 |
commit | c5c757de1fc6ba587d9a30896343817b228dd669 (patch) | |
tree | e32eb076eb0863ba8310c082731b7a4b60e49049 | |
parent | 25947cc6e6c8c007caeb85a3eb74555cec8388ea (diff) | |
download | gsoc2013-evolution-c5c757de1fc6ba587d9a30896343817b228dd669.tar.gz gsoc2013-evolution-c5c757de1fc6ba587d9a30896343817b228dd669.tar.zst gsoc2013-evolution-c5c757de1fc6ba587d9a30896343817b228dd669.zip |
Remove unused e_cert_db_find_email_encryption_cert().
-rw-r--r-- | smime/lib/e-cert-db.c | 7 | ||||
-rw-r--r-- | smime/lib/e-cert-db.h | 4 |
2 files changed, 0 insertions, 11 deletions
diff --git a/smime/lib/e-cert-db.c b/smime/lib/e-cert-db.c index 91203c9fa0..3d5a06aaec 100644 --- a/smime/lib/e-cert-db.c +++ b/smime/lib/e-cert-db.c @@ -588,13 +588,6 @@ e_cert_db_shutdown (void) #ifdef notyet ECert * -e_cert_db_find_email_encryption_cert (ECertDB *certdb, - const gchar *nickname, - GError **error) -{ -} - -ECert * e_cert_db_find_email_signing_cert (ECertDB *certdb, const gchar *nickname, GError **error) diff --git a/smime/lib/e-cert-db.h b/smime/lib/e-cert-db.h index 8979bd4f17..30127676f6 100644 --- a/smime/lib/e-cert-db.h +++ b/smime/lib/e-cert-db.h @@ -71,10 +71,6 @@ ECertDB * e_cert_db_peek (void); void e_cert_db_shutdown (void); #ifdef notyet -ECert * e_cert_db_find_email_encryption_cert (ECertDB *certdb, - const gchar *nickname, - GError **error); - ECert * e_cert_db_find_email_signing_cert (ECertDB *certdb, const gchar *nickname, GError **error); |