diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-09-25 09:46:07 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-09-25 10:02:33 +0800 |
commit | 3d7a9081a08a9d0964f3673dc742b857e752d48c (patch) | |
tree | 9776da9f4fd61151ab9d140571c4cf41b61512c8 /smime/lib/e-cert-db.h | |
parent | 5a09348fdbbff55b2bbc0ae9b03b359549662834 (diff) | |
download | gsoc2013-evolution-3d7a9081a08a9d0964f3673dc742b857e752d48c.tar gsoc2013-evolution-3d7a9081a08a9d0964f3673dc742b857e752d48c.tar.gz gsoc2013-evolution-3d7a9081a08a9d0964f3673dc742b857e752d48c.tar.bz2 gsoc2013-evolution-3d7a9081a08a9d0964f3673dc742b857e752d48c.tar.lz gsoc2013-evolution-3d7a9081a08a9d0964f3673dc742b857e752d48c.tar.xz gsoc2013-evolution-3d7a9081a08a9d0964f3673dc742b857e752d48c.tar.zst gsoc2013-evolution-3d7a9081a08a9d0964f3673dc742b857e752d48c.zip |
Remove unused e_cert_db_find_cert_by_email_address().
Diffstat (limited to 'smime/lib/e-cert-db.h')
-rw-r--r-- | smime/lib/e-cert-db.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/smime/lib/e-cert-db.h b/smime/lib/e-cert-db.h index 179b79b70d..0ea2023a14 100644 --- a/smime/lib/e-cert-db.h +++ b/smime/lib/e-cert-db.h @@ -70,10 +70,6 @@ ECertDB * e_cert_db_peek (void); void e_cert_db_shutdown (void); -ECert * e_cert_db_find_cert_by_email_address (ECertDB *certdb, - const gchar *nickname, - GError **error); - /* deleting certificates */ gboolean e_cert_db_delete_cert (ECertDB *certdb, ECert *cert); |