diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-09-25 09:47:51 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-09-25 10:02:33 +0800 |
commit | be3a2bf6006805e555e7252fe1e39d50201d88a9 (patch) | |
tree | cf704a5ad693bf9fa5a350ba1d78a319c0f25a5f | |
parent | 958b80584f717430391a1d38adf4c8eaba4d8c86 (diff) | |
download | gsoc2013-evolution-be3a2bf6006805e555e7252fe1e39d50201d88a9.tar gsoc2013-evolution-be3a2bf6006805e555e7252fe1e39d50201d88a9.tar.gz gsoc2013-evolution-be3a2bf6006805e555e7252fe1e39d50201d88a9.tar.bz2 gsoc2013-evolution-be3a2bf6006805e555e7252fe1e39d50201d88a9.tar.lz gsoc2013-evolution-be3a2bf6006805e555e7252fe1e39d50201d88a9.tar.xz gsoc2013-evolution-be3a2bf6006805e555e7252fe1e39d50201d88a9.tar.zst gsoc2013-evolution-be3a2bf6006805e555e7252fe1e39d50201d88a9.zip |
Remove unused e_cert_db_export_pkcs12_file().
-rw-r--r-- | smime/lib/e-cert-db.c | 10 | ||||
-rw-r--r-- | smime/lib/e-cert-db.h | 7 |
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); |