[evolution-data-server] Remove unused CamelTcpStreamRaw.



commit 347945b1f7ca781136269fe9d9f43c0d75c78eeb
Author: Matthew Barnes <mbarnes redhat com>
Date:   Thu Sep 26 19:56:49 2013 -0400

    Remove unused CamelTcpStreamRaw.

 camel/Makefile.am                       |    2 -
 camel/camel-tcp-stream-raw.c            | 1246 -------------------------------
 camel/camel-tcp-stream-raw.h            |   98 ---
 camel/camel.h                           |    1 -
 docs/reference/camel/camel-docs.sgml    |    1 -
 docs/reference/camel/camel-sections.txt |   23 -
 docs/reference/camel/camel.types        |    1 -
 po/POTFILES.in                          |    1 -
 8 files changed, 0 insertions(+), 1373 deletions(-)
---
diff --git a/camel/Makefile.am b/camel/Makefile.am
index ae5dd73..a2abbb0 100644
--- a/camel/Makefile.am
+++ b/camel/Makefile.am
@@ -158,7 +158,6 @@ libcamel_1_2_la_SOURCES =                   \
        camel-stream.c                          \
        camel-string-utils.c                    \
        camel-subscribable.c                    \
-       camel-tcp-stream-raw.c                  \
        camel-tcp-stream.c                      \
        camel-text-index.c                      \
        camel-transport.c                       \
@@ -291,7 +290,6 @@ libcamelinclude_HEADERS =                   \
        camel-stream.h                          \
        camel-string-utils.h                    \
        camel-subscribable.h                    \
-       camel-tcp-stream-raw.h                  \
        camel-tcp-stream.h                      \
        camel-text-index.h                      \
        camel-transport.h                       \
diff --git a/camel/camel.h b/camel/camel.h
index 4435017..c50e3b9 100644
--- a/camel/camel.h
+++ b/camel/camel.h
@@ -126,7 +126,6 @@
 #include <camel/camel-string-utils.h>
 #include <camel/camel-subscribable.h>
 #include <camel/camel-tcp-stream.h>
-#include <camel/camel-tcp-stream-raw.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 edbb270..0e361ea 100644
--- a/docs/reference/camel/camel-docs.sgml
+++ b/docs/reference/camel/camel-docs.sgml
@@ -57,7 +57,6 @@
       <xi:include href="xml/camel-stream-null.xml"/>
       <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"/>
     </chapter>
 
     <chapter id="Stream-Filters">
diff --git a/docs/reference/camel/camel-sections.txt b/docs/reference/camel/camel-sections.txt
index ac9bd41..100400f 100644
--- a/docs/reference/camel/camel-sections.txt
+++ b/docs/reference/camel/camel-sections.txt
@@ -2752,29 +2752,6 @@ camel_subscribable_get_type
 </SECTION>
 
 <SECTION>
-<FILE>camel-tcp-stream-raw</FILE>
-<TITLE>CamelTcpStreamRaw</TITLE>
-CamelTcpStreamRaw
-CAMEL_PROXY_ERROR
-CamelProxyError
-camel_tcp_stream_raw_new
-<SUBSECTION Standard>
-CAMEL_TCP_STREAM_RAW
-CAMEL_IS_TCP_STREAM_RAW
-CAMEL_TYPE_TCP_STREAM_RAW
-CAMEL_TCP_STREAM_RAW_CLASS
-CAMEL_IS_TCP_STREAM_RAW_CLASS
-CAMEL_TCP_STREAM_RAW_GET_CLASS
-CamelTcpStreamRawClass
-camel_tcp_stream_raw_get_type
-<SUBSECTION Private>
-addrinfo
-sockaddr
-socklen_t
-camel_proxy_error_quark
-</SECTION>
-
-<SECTION>
 <FILE>camel-tcp-stream</FILE>
 <TITLE>CamelTcpStream</TITLE>
 CamelTcpStream
diff --git a/docs/reference/camel/camel.types b/docs/reference/camel/camel.types
index 720b192..e9698d0 100644
--- a/docs/reference/camel/camel.types
+++ b/docs/reference/camel/camel.types
@@ -91,7 +91,6 @@ camel_stream_null_get_type
 camel_stream_process_get_type
 camel_subscribable_get_type
 camel_tcp_stream_get_type
-camel_tcp_stream_raw_get_type
 camel_text_index_cursor_get_type
 camel_text_index_key_cursor_get_type
 camel_text_index_name_get_type
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 2bbd5fa..76627a4 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -129,7 +129,6 @@ camel/camel-stream-process.c
 camel/camel-string-utils.c
 camel/camel-subscribable.c
 camel/camel-tcp-stream.c
-camel/camel-tcp-stream-raw.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]