diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-03-28 22:25:59 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-03-28 22:25:59 +0800 |
commit | 33d31dba3c3332c7cc5e3239e99de05cea45b5ce (patch) | |
tree | 75542819c2ca2f62ffb77d60407bc2a1cc863f8e /mail | |
parent | 86efefd39f4e0b9c5f7eaaee4048ecb52260559e (diff) | |
download | gsoc2013-evolution-33d31dba3c3332c7cc5e3239e99de05cea45b5ce.tar.gz gsoc2013-evolution-33d31dba3c3332c7cc5e3239e99de05cea45b5ce.tar.zst gsoc2013-evolution-33d31dba3c3332c7cc5e3239e99de05cea45b5ce.zip |
Remove some unused MessageList constants.
Diffstat (limited to 'mail')
-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 a651235cc1..4431f8658c 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; |