aboutsummaryrefslogtreecommitdiffstats
path: root/smime/lib
diff options
context:
space:
mode:
Diffstat (limited to 'smime/lib')
-rw-r--r--smime/lib/e-cert-db.c10
-rw-r--r--smime/lib/e-cert-db.h7
2 files changed, 0 insertions, 17 deletions
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);