[evolution-data-server] Remove CAMEL_IMAPX_DEBUG_conman.



commit 774a6e5105374b3c8e9636181199b5f400a2d801
Author: Matthew Barnes <mbarnes redhat com>
Date:   Wed Aug 7 17:19:19 2013 +0200

    Remove CAMEL_IMAPX_DEBUG_conman.
    
    CamelIMAPXConnManager is gone.

 camel/camel-imapx-utils.c |    1 -
 camel/camel-imapx-utils.h |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/camel/camel-imapx-utils.c b/camel/camel-imapx-utils.c
index c595c19..20b898a 100644
--- a/camel/camel-imapx-utils.c
+++ b/camel/camel-imapx-utils.c
@@ -57,7 +57,6 @@ static void camel_imapx_set_debug_flags (void)
        debug_set_flag (io);
        debug_set_flag (token);
        debug_set_flag (parse);
-       debug_set_flag (conman);
 }
 
 #include "camel-imapx-tokenise.h"
diff --git a/camel/camel-imapx-utils.h b/camel/camel-imapx-utils.h
index 3d50d01..5a18a59 100644
--- a/camel/camel-imapx-utils.h
+++ b/camel/camel-imapx-utils.h
@@ -399,7 +399,6 @@ extern gint camel_imapx_debug_flags;
 #define CAMEL_IMAPX_DEBUG_io           (1 << 3)
 #define CAMEL_IMAPX_DEBUG_token                (1 << 4)
 #define CAMEL_IMAPX_DEBUG_parse                (1 << 5)
-#define CAMEL_IMAPX_DEBUG_conman       (1 << 6)
 
 /* Set this to zero to remove all debug output at build time */
 #define CAMEL_IMAPX_DEBUG_ALL          ((1 << 7)-1)


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