[evolution] Remove unused e_cert_db_export_pkcs12_file().



commit be3a2bf6006805e555e7252fe1e39d50201d88a9
Author: Matthew Barnes <mbarnes redhat com>
Date:   Tue Sep 24 21:47:51 2013 -0400

    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, 0 insertions(+), 17 deletions(-)
---
diff --git a/smime/lib/e-cert-db.c b/smime/lib/e-cert-db.c
index 1039f4f..b3bb08c 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 6b0d6ea..9e76bdb 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);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]