From be3a2bf6006805e555e7252fe1e39d50201d88a9 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 24 Sep 2013 21:47:51 -0400 Subject: Remove unused e_cert_db_export_pkcs12_file(). --- smime/lib/e-cert-db.c | 10 ---------- smime/lib/e-cert-db.h | 7 ------- 2 files changed, 17 deletions(-) (limited to 'smime/lib') diff --git a/smime/lib/e-cert-db.c b/smime/lib/e-cert-db.c index 1039f4f7ae..b3bb08cf5b 100644 --- a/smime/lib/e-cert-db.c +++ b/smime/lib/e-cert-db.c @@ -1245,16 +1245,6 @@ e_cert_db_import_pkcs12_file (ECertDB *cert_db, return TRUE; } -#ifdef notyet -gboolean -e_cert_db_export_pkcs12_file (ECertDB *cert_db, - const gchar *file_path, - GList *certs, - GError **error) -{ -} -#endif - gboolean e_cert_db_login_to_slot (ECertDB *cert_db, PK11SlotInfo *slot) diff --git a/smime/lib/e-cert-db.h b/smime/lib/e-cert-db.h index 6b0d6ea6b1..9e76bdb170 100644 --- a/smime/lib/e-cert-db.h +++ b/smime/lib/e-cert-db.h @@ -101,13 +101,6 @@ gboolean e_cert_db_import_pkcs12_file (ECertDB *cert_db, const gchar *file_path, GError **error); -#ifdef notyet -gboolean e_cert_db_export_pkcs12_file (ECertDB *cert_db, - const gchar *file_path, - GList *certs, - GError **error); -#endif - gboolean e_cert_db_login_to_slot (ECertDB *cert_db, PK11SlotInfo *slot); -- cgit v1.2.3