[evolution-data-server] Camel: Remove unused CAMEL_STORE_ASYNC flag.



commit ff6144c50fdeb2dcdc601e87c7b2be51bfeadaca
Author: Matthew Barnes <mbarnes redhat com>
Date:   Mon Aug 15 22:37:40 2011 -0400

    Camel: Remove unused CAMEL_STORE_ASYNC flag.

 camel/camel-enums.h                        |    3 +--
 docs/reference/camel/tmpl/camel-store.sgml |    1 -
 2 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/camel/camel-enums.h b/camel/camel-enums.h
index 1ac294f..03f3b76 100644
--- a/camel/camel-enums.h
+++ b/camel/camel-enums.h
@@ -294,8 +294,7 @@ typedef enum { /*< flags >*/
 	CAMEL_STORE_VJUNK            = 1 << 1,
 	CAMEL_STORE_PROXY            = 1 << 2,
 	CAMEL_STORE_IS_MIGRATING     = 1 << 3,
-	CAMEL_STORE_ASYNC            = 1 << 4,
-	CAMEL_STORE_REAL_JUNK_FOLDER = 1 << 5
+	CAMEL_STORE_REAL_JUNK_FOLDER = 1 << 4
 } CamelStoreFlags;
 
 /**
diff --git a/docs/reference/camel/tmpl/camel-store.sgml b/docs/reference/camel/tmpl/camel-store.sgml
index 2e5f7a7..0c23504 100644
--- a/docs/reference/camel/tmpl/camel-store.sgml
+++ b/docs/reference/camel/tmpl/camel-store.sgml
@@ -137,7 +137,6 @@ CamelStore
 @CAMEL_STORE_VJUNK: 
 @CAMEL_STORE_PROXY: 
 @CAMEL_STORE_IS_MIGRATING: 
- CAMEL_STORE_ASYNC: 
 @CAMEL_STORE_REAL_JUNK_FOLDER: 
 
 <!-- ##### ENUM CamelStorePermissionFlags ##### -->



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