[evolution-data-server] IMAPX: Remove some unused character macros.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] IMAPX: Remove some unused character macros.
- Date: Tue, 21 Jan 2014 16:56:56 +0000 (UTC)
commit d8068b2b183a4465ecbbf763e6b83b5661b86a0b
Author: Matthew Barnes <mbarnes redhat com>
Date: Tue Jan 21 11:53:47 2014 -0500
IMAPX: Remove some unused character macros.
camel/providers/imapx/camel-imapx-utils.h | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/camel/providers/imapx/camel-imapx-utils.h b/camel/providers/imapx/camel-imapx-utils.h
index 19d21dc..00835a8 100644
--- a/camel/providers/imapx/camel-imapx-utils.h
+++ b/camel/providers/imapx/camel-imapx-utils.h
@@ -352,20 +352,13 @@ extern guchar imapx_specials[256];
guchar imapx_is_mask (const gchar *p);
-#define imapx_is_text_char(c) \
- ((imapx_specials[((guchar)(c)) & 0xff] & IMAPX_TYPE_TEXT_CHAR) != 0)
#define imapx_is_quoted_char(c) \
((imapx_specials[((guchar)(c)) & 0xff] & IMAPX_TYPE_QUOTED_CHAR) != 0)
-#define imapx_is_atom_char(c) \
- ((imapx_specials[((guchar)(c)) & 0xff] & IMAPX_TYPE_ATOM_CHAR) != 0)
#define imapx_is_token_char(c) \
((imapx_specials[((guchar)(c)) & 0xff] & IMAPX_TYPE_TOKEN_CHAR) != 0)
#define imapx_is_notid_char(c) \
((imapx_specials[((guchar)(c)) & 0xff] & IMAPX_TYPE_NOTID_CHAR) != 0)
-#define imapx_is_atom(s) \
- (imapx_is_mask (s) & IMAPX_TYPE_ATOM_CHAR)
-
extern gint camel_imapx_debug_flags;
#define CAMEL_IMAPX_DEBUG_command (1 << 0)
#define CAMEL_IMAPX_DEBUG_debug (1 << 1)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]