[evolution-data-server] Remove unused CamelTcpStreamSSL.



commit 795d028026f60396988b82092d47cf38d69af292
Author: Matthew Barnes <mbarnes redhat com>
Date:   Thu Sep 26 19:48:54 2013 -0400

    Remove unused CamelTcpStreamSSL.

 camel/Makefile.am                       |    2 -
 camel/camel-enums.h                     |    6 -
 camel/camel-tcp-stream-ssl.c            |  703 -------------------------------
 camel/camel-tcp-stream-ssl.h            |   81 ----
 camel/camel.h                           |    1 -
 docs/reference/camel/camel-docs.sgml    |    1 -
 docs/reference/camel/camel-sections.txt |   21 -
 po/POTFILES.in                          |    1 -
 8 files changed, 0 insertions(+), 816 deletions(-)
---
diff --git a/camel/Makefile.am b/camel/Makefile.am
index bda8238..ae5dd73 100644
--- a/camel/Makefile.am
+++ b/camel/Makefile.am
@@ -159,7 +159,6 @@ libcamel_1_2_la_SOURCES =                   \
        camel-string-utils.c                    \
        camel-subscribable.c                    \
        camel-tcp-stream-raw.c                  \
-       camel-tcp-stream-ssl.c                  \
        camel-tcp-stream.c                      \
        camel-text-index.c                      \
        camel-transport.c                       \
@@ -293,7 +292,6 @@ libcamelinclude_HEADERS =                   \
        camel-string-utils.h                    \
        camel-subscribable.h                    \
        camel-tcp-stream-raw.h                  \
-       camel-tcp-stream-ssl.h                  \
        camel-tcp-stream.h                      \
        camel-text-index.h                      \
        camel-transport.h                       \
diff --git a/camel/camel-enums.h b/camel/camel-enums.h
index fac6d1e..198bbc6 100644
--- a/camel/camel-enums.h
+++ b/camel/camel-enums.h
@@ -439,12 +439,6 @@ typedef enum { /*< flags >*/
        CAMEL_STORE_WRITE = 1 << 1
 } CamelStorePermissionFlags;
 
-typedef enum { /*< flags >*/
-       CAMEL_TCP_STREAM_SSL_ENABLE_SSL2 = 1 << 0,
-       CAMEL_TCP_STREAM_SSL_ENABLE_SSL3 = 1 << 1,
-       CAMEL_TCP_STREAM_SSL_ENABLE_TLS  = 1 << 2
-} CamelTcpStreamSSLFlags;
-
 /* Note: If you change this, make sure you change the
  *       'encodings' array in camel-mime-part.c. */
 typedef enum {
diff --git a/camel/camel.h b/camel/camel.h
index 98f25da..4435017 100644
--- a/camel/camel.h
+++ b/camel/camel.h
@@ -127,7 +127,6 @@
 #include <camel/camel-subscribable.h>
 #include <camel/camel-tcp-stream.h>
 #include <camel/camel-tcp-stream-raw.h>
-#include <camel/camel-tcp-stream-ssl.h>
 #include <camel/camel-text-index.h>
 #include <camel/camel-transport.h>
 #include <camel/camel-trie.h>
diff --git a/docs/reference/camel/camel-docs.sgml b/docs/reference/camel/camel-docs.sgml
index 5d5a00e..edbb270 100644
--- a/docs/reference/camel/camel-docs.sgml
+++ b/docs/reference/camel/camel-docs.sgml
@@ -58,7 +58,6 @@
       <xi:include href="xml/camel-stream-process.xml"/>
       <xi:include href="xml/camel-tcp-stream.xml"/>
       <xi:include href="xml/camel-tcp-stream-raw.xml"/>
-      <xi:include href="xml/camel-tcp-stream-ssl.xml"/>
     </chapter>
 
     <chapter id="Stream-Filters">
diff --git a/docs/reference/camel/camel-sections.txt b/docs/reference/camel/camel-sections.txt
index b5c3b63..ac9bd41 100644
--- a/docs/reference/camel/camel-sections.txt
+++ b/docs/reference/camel/camel-sections.txt
@@ -2775,27 +2775,6 @@ camel_proxy_error_quark
 </SECTION>
 
 <SECTION>
-<FILE>camel-tcp-stream-ssl</FILE>
-<TITLE>CamelTcpStreamSSL</TITLE>
-CamelTcpStreamSSL
-CamelTcpStreamSSLFlags
-camel_tcp_stream_ssl_new
-camel_tcp_stream_ssl_new_raw
-camel_tcp_stream_ssl_enable_ssl
-<SUBSECTION Standard>
-CAMEL_TCP_STREAM_SSL
-CAMEL_IS_TCP_STREAM_SSL
-CAMEL_TYPE_TCP_STREAM_SSL
-CAMEL_TCP_STREAM_SSL_CLASS
-CAMEL_IS_TCP_STREAM_SSL_CLASS
-CAMEL_TCP_STREAM_SSL_GET_CLASS
-CamelTcpStreamSSLClass
-camel_tcp_stream_ssl_get_type
-<SUBSECTION Private>
-CamelTcpStreamSSLPrivate
-</SECTION>
-
-<SECTION>
 <FILE>camel-tcp-stream</FILE>
 <TITLE>CamelTcpStream</TITLE>
 CamelTcpStream
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 0967396..2bbd5fa 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -130,7 +130,6 @@ camel/camel-string-utils.c
 camel/camel-subscribable.c
 camel/camel-tcp-stream.c
 camel/camel-tcp-stream-raw.c
-camel/camel-tcp-stream-ssl.c
 camel/camel-text-index.c
 camel/camel-transport.c
 camel/camel-uid-cache.c


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