aboutsummaryrefslogtreecommitdiffstats
path: root/smime/lib/e-cert-db.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-09-25 09:43:10 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-09-25 10:02:32 +0800
commitde520f496c30b84c8c4341bc3e21cc46335739f6 (patch)
tree7a69ef96bde616d4ab9ec30e8a26f4e5639b1c61 /smime/lib/e-cert-db.h
parent0975251096761e5beedcb1b7c3f23e0633d1937e (diff)
downloadgsoc2013-evolution-de520f496c30b84c8c4341bc3e21cc46335739f6.tar
gsoc2013-evolution-de520f496c30b84c8c4341bc3e21cc46335739f6.tar.gz
gsoc2013-evolution-de520f496c30b84c8c4341bc3e21cc46335739f6.tar.bz2
gsoc2013-evolution-de520f496c30b84c8c4341bc3e21cc46335739f6.tar.lz
gsoc2013-evolution-de520f496c30b84c8c4341bc3e21cc46335739f6.tar.xz
gsoc2013-evolution-de520f496c30b84c8c4341bc3e21cc46335739f6.tar.zst
gsoc2013-evolution-de520f496c30b84c8c4341bc3e21cc46335739f6.zip
Remove unused e_cert_db_find_cert_by_nickname().
Diffstat (limited to 'smime/lib/e-cert-db.h')
-rw-r--r--smime/lib/e-cert-db.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/smime/lib/e-cert-db.h b/smime/lib/e-cert-db.h
index 26d0a25c2a..5e4af31888 100644
--- a/smime/lib/e-cert-db.h
+++ b/smime/lib/e-cert-db.h
@@ -70,11 +70,6 @@ ECertDB * e_cert_db_peek (void);
void e_cert_db_shutdown (void);
-/* searching for certificates */
-ECert * e_cert_db_find_cert_by_nickname (ECertDB *certdb,
- const gchar *nickname,
- GError **error);
-
#ifdef notyet
ECert * e_cert_db_find_cert_by_key (ECertDB *certdb,
const gchar *db_key,