[evolution-data-server] Remove unused CamelStreamVFSOpenMethod enum.



commit f4a5f67aef57975004931bdf13f68288f7172216
Author: Matthew Barnes <mbarnes redhat com>
Date:   Wed Sep 25 09:49:04 2013 -0400

    Remove unused CamelStreamVFSOpenMethod enum.

 camel/camel-enums.h |   17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)
---
diff --git a/camel/camel-enums.h b/camel/camel-enums.h
index 0a9cde3..fac6d1e 100644
--- a/camel/camel-enums.h
+++ b/camel/camel-enums.h
@@ -458,21 +458,4 @@ typedef enum {
        CAMEL_TRANSFER_NUM_ENCODINGS
 } CamelTransferEncoding;
 
-/**
- * CamelStreamVFSOpenMethod:
- * CAMEL_STREAM_VFS_CREATE:
- *     Writable, creates new file or replaces old file.
- * CAMEL_STREAM_VFS_APPEND:
- *     Writable, creates new file or appends at the end of the old file.
- * CAMEL_STREAM_VFS_READ:
- *     Readable, opens existing file for reading.
- *
- * Since: 2.24
- **/
-typedef enum {
-       CAMEL_STREAM_VFS_CREATE,
-       CAMEL_STREAM_VFS_APPEND,
-       CAMEL_STREAM_VFS_READ
-} CamelStreamVFSOpenMethod;
-
 #endif /* CAMEL_ENUMS_H */


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