aboutsummaryrefslogtreecommitdiffstats
path: root/smime/lib/e-cert-db.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-09-25 09:47:51 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-09-25 10:02:33 +0800
commitbe3a2bf6006805e555e7252fe1e39d50201d88a9 (patch)
treecf704a5ad693bf9fa5a350ba1d78a319c0f25a5f /smime/lib/e-cert-db.h
parent958b80584f717430391a1d38adf4c8eaba4d8c86 (diff)
downloadgsoc2013-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().
Diffstat (limited to 'smime/lib/e-cert-db.h')
-rw-r--r--smime/lib/e-cert-db.h7
1 files changed, 0 insertions, 7 deletions
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);