[evolution-data-server] Remove unused CamelStreamVFS.



commit 5949ee9879e897da72cc82760fdf58f31a8efe5c
Author: Matthew Barnes <mbarnes redhat com>
Date:   Wed Sep 25 08:28:15 2013 -0400

    Remove unused CamelStreamVFS.

 camel/Makefile.am                       |    2 -
 camel/camel-stream-vfs.c                |  248 -------------------------------
 camel/camel-stream-vfs.h                |   79 ----------
 camel/camel.h                           |    1 -
 docs/reference/camel/camel-docs.sgml    |    1 -
 docs/reference/camel/camel-sections.txt |   19 ---
 docs/reference/camel/camel.types        |    1 -
 7 files changed, 0 insertions(+), 351 deletions(-)
---
diff --git a/camel/Makefile.am b/camel/Makefile.am
index 180b224..bda8238 100644
--- a/camel/Makefile.am
+++ b/camel/Makefile.am
@@ -155,7 +155,6 @@ libcamel_1_2_la_SOURCES =                   \
        camel-stream-fs.c                       \
        camel-stream-mem.c                      \
        camel-stream-null.c                     \
-       camel-stream-vfs.c                      \
        camel-stream.c                          \
        camel-string-utils.c                    \
        camel-subscribable.c                    \
@@ -290,7 +289,6 @@ libcamelinclude_HEADERS =                   \
        camel-stream-mem.h                      \
        camel-stream-null.h                     \
        camel-stream-process.h                  \
-       camel-stream-vfs.h                      \
        camel-stream.h                          \
        camel-string-utils.h                    \
        camel-subscribable.h                    \
diff --git a/camel/camel.h b/camel/camel.h
index 381fcec..98f25da 100644
--- a/camel/camel.h
+++ b/camel/camel.h
@@ -123,7 +123,6 @@
 #include <camel/camel-stream-mem.h>
 #include <camel/camel-stream-null.h>
 #include <camel/camel-stream-process.h>
-#include <camel/camel-stream-vfs.h>
 #include <camel/camel-string-utils.h>
 #include <camel/camel-subscribable.h>
 #include <camel/camel-tcp-stream.h>
diff --git a/docs/reference/camel/camel-docs.sgml b/docs/reference/camel/camel-docs.sgml
index b18a85d..5d5a00e 100644
--- a/docs/reference/camel/camel-docs.sgml
+++ b/docs/reference/camel/camel-docs.sgml
@@ -56,7 +56,6 @@
       <xi:include href="xml/camel-stream-mem.xml"/>
       <xi:include href="xml/camel-stream-null.xml"/>
       <xi:include href="xml/camel-stream-process.xml"/>
-      <xi:include href="xml/camel-stream-vfs.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"/>
diff --git a/docs/reference/camel/camel-sections.txt b/docs/reference/camel/camel-sections.txt
index 2db6dd4..567a501 100644
--- a/docs/reference/camel/camel-sections.txt
+++ b/docs/reference/camel/camel-sections.txt
@@ -2722,25 +2722,6 @@ camel_stream_process_get_type
 </SECTION>
 
 <SECTION>
-<FILE>camel-stream-vfs</FILE>
-<TITLE>CamelStreamVFS</TITLE>
-CamelStreamVFS
-CamelStreamVFSOpenMethod
-camel_stream_vfs_new_with_uri
-camel_stream_vfs_new_with_stream
-camel_stream_vfs_is_writable
-<SUBSECTION Standard>
-CAMEL_STREAM_VFS
-CAMEL_IS_STREAM_VFS
-CAMEL_TYPE_STREAM_VFS
-CAMEL_STREAM_VFS_CLASS
-CAMEL_IS_STREAM_VFS_CLASS
-CAMEL_STREAM_VFS_GET_CLASS
-CamelStreamVFSClass
-camel_stream_vfs_get_type
-</SECTION>
-
-<SECTION>
 <FILE>camel-subscribable</FILE>
 <TITLE>CamelSubscribable</TITLE>
 CamelSubscribable
diff --git a/docs/reference/camel/camel.types b/docs/reference/camel/camel.types
index a7b7943..720b192 100644
--- a/docs/reference/camel/camel.types
+++ b/docs/reference/camel/camel.types
@@ -89,7 +89,6 @@ camel_stream_get_type
 camel_stream_mem_get_type
 camel_stream_null_get_type
 camel_stream_process_get_type
-camel_stream_vfs_get_type
 camel_subscribable_get_type
 camel_tcp_stream_get_type
 camel_tcp_stream_raw_get_type


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