[evolution] Remove unused e_cert_db_find_email_signing_cert().
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Remove unused e_cert_db_find_email_signing_cert().
- Date: Wed, 25 Sep 2013 02:03:10 +0000 (UTC)
commit 5a09348fdbbff55b2bbc0ae9b03b359549662834
Author: Matthew Barnes <mbarnes redhat com>
Date: Tue Sep 24 21:45:39 2013 -0400
Remove unused e_cert_db_find_email_signing_cert().
smime/lib/e-cert-db.c | 9 ---------
smime/lib/e-cert-db.h | 6 ------
2 files changed, 0 insertions(+), 15 deletions(-)
---
diff --git a/smime/lib/e-cert-db.c b/smime/lib/e-cert-db.c
index 3d5a06a..d8d782b 100644
--- a/smime/lib/e-cert-db.c
+++ b/smime/lib/e-cert-db.c
@@ -586,15 +586,6 @@ e_cert_db_shutdown (void)
/* XXX */
}
-#ifdef notyet
-ECert *
-e_cert_db_find_email_signing_cert (ECertDB *certdb,
- const gchar *nickname,
- GError **error)
-{
-}
-#endif
-
ECert *
e_cert_db_find_cert_by_email_address (ECertDB *certdb,
const gchar *email,
diff --git a/smime/lib/e-cert-db.h b/smime/lib/e-cert-db.h
index 3012767..179b79b 100644
--- a/smime/lib/e-cert-db.h
+++ b/smime/lib/e-cert-db.h
@@ -70,12 +70,6 @@ ECertDB * e_cert_db_peek (void);
void e_cert_db_shutdown (void);
-#ifdef notyet
-ECert * e_cert_db_find_email_signing_cert (ECertDB *certdb,
- const gchar *nickname,
- GError **error);
-#endif
-
ECert * e_cert_db_find_cert_by_email_address (ECertDB *certdb,
const gchar *nickname,
GError **error);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]