[evolution-data-server] CamelCertDB: Remove unused enum.



commit dbc6302bb1015a3b8aa436e66925764a78b41045
Author: Matthew Barnes <mbarnes redhat com>
Date:   Wed Sep 25 17:13:44 2013 -0400

    CamelCertDB: Remove unused enum.

 camel/camel-certdb.h |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/camel/camel-certdb.h b/camel/camel-certdb.h
index bf8a851..c3f695b 100644
--- a/camel/camel-certdb.h
+++ b/camel/camel-certdb.h
@@ -55,13 +55,6 @@ typedef struct _CamelCertDB CamelCertDB;
 typedef struct _CamelCertDBClass CamelCertDBClass;
 typedef struct _CamelCertDBPrivate CamelCertDBPrivate;
 
-enum {
-       CAMEL_CERT_STRING_ISSUER,
-       CAMEL_CERT_STRING_SUBJECT,
-       CAMEL_CERT_STRING_HOSTNAME,
-       CAMEL_CERT_STRING_FINGERPRINT
-};
-
 typedef enum {
        CAMEL_CERT_TRUST_UNKNOWN,
        CAMEL_CERT_TRUST_NEVER,


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