aboutsummaryrefslogtreecommitdiffstats
path: root/smime/lib/e-cert.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-09-25 00:29:01 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-09-25 00:53:05 +0800
commit07757bbf160a1a9eddef6c47a47a403afb764acd (patch)
tree70c49a80edec5204c89ade49fb3fd6079865769b /smime/lib/e-cert.h
parent61b4b876a7a92b9957003025482a2b56c93d0314 (diff)
downloadgsoc2013-evolution-07757bbf160a1a9eddef6c47a47a403afb764acd.tar.gz
gsoc2013-evolution-07757bbf160a1a9eddef6c47a47a403afb764acd.tar.zst
gsoc2013-evolution-07757bbf160a1a9eddef6c47a47a403afb764acd.zip
Remove unused e_cert_get_asn1_struct().
Diffstat (limited to 'smime/lib/e-cert.h')
-rw-r--r--smime/lib/e-cert.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/smime/lib/e-cert.h b/smime/lib/e-cert.h
index 0096336741..afe2e81200 100644
--- a/smime/lib/e-cert.h
+++ b/smime/lib/e-cert.h
@@ -26,7 +26,6 @@
#include <glib-object.h>
#include <cert.h>
-#include "e-asn1-object.h"
#define E_TYPE_CERT (e_cert_get_type ())
#define E_CERT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), E_TYPE_CERT, ECert))
@@ -97,7 +96,6 @@ const gchar * e_cert_get_md5_fingerprint (ECert *cert);
GList * e_cert_get_issuers_chain (ECert *cert);
ECert * e_cert_get_ca_cert (ECert *ecert);
-EASN1Object * e_cert_get_asn1_struct (ECert *cert);
gboolean e_cert_mark_for_deletion (ECert *cert);