diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-03-28 22:25:59 +0800 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-04-07 19:25:50 +0800 |
commit | dfdb970ac69e3058418875aa043f9d2a17ea5945 (patch) | |
tree | 1cf8d9743bdb57513469afb2714d9bc530e388b6 | |
parent | 99b11b37ddf25706b3baadcecbc0b54df437e0d8 (diff) | |
download | gsoc2013-evolution-dfdb970ac69e3058418875aa043f9d2a17ea5945.tar.gz gsoc2013-evolution-dfdb970ac69e3058418875aa043f9d2a17ea5945.tar.zst gsoc2013-evolution-dfdb970ac69e3058418875aa043f9d2a17ea5945.zip |
Remove some unused MessageList constants.
-rw-r--r-- | mail/message-list.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mail/message-list.h b/mail/message-list.h index 4b7e4da1dc..0b149dd191 100644 --- a/mail/message-list.h +++ b/mail/message-list.h @@ -79,11 +79,6 @@ enum { #define MESSAGE_LIST_COLUMN_IS_ACTIVE(col) (col == COL_MESSAGE_STATUS || \ col == COL_FLAGGED) -#define ML_HIDE_NONE_START (0) -#define ML_HIDE_NONE_END (2147483647) -/* dont change */ -#define ML_HIDE_SAME (2147483646) - typedef struct _MessageList MessageList; typedef struct _MessageListClass MessageListClass; typedef struct _MessageListPrivate MessageListPrivate; |