* src/mh.c
[claws.git] / src / procmsg.h
index f2043a1fa5cc30fe95c02068cea35777ed591b29..6895c2a057e5d380154ea7555f7f612f91a57b18 100644 (file)
@@ -122,9 +122,6 @@ typedef enum
 #define MSG_SET_COLORLABEL_VALUE(msg, val) \
        MSG_SET_PERM_FLAGS(msg, ((((guint)(val)) & 7) << MSG_CLABEL_SBIT))
 
-#define MSG_COLORLABEL_TO_FLAGS(val) ((((guint)(val)) & 7) << MSG_CLABEL_SBIT)
-#define MSG_COLORLABEL_FROM_FLAGS(val) (val >> MSG_CLABEL_SBIT)
-
 #define MSG_IS_MOVE(msg)               (((msg).tmp_flags & MSG_MOVE) != 0)
 #define MSG_IS_COPY(msg)               (((msg).tmp_flags & MSG_COPY) != 0)
 
@@ -256,11 +253,4 @@ gint procmsg_cmp_msgnum_for_sort   (gconstpointer   a,
                                         gconstpointer   b);
 gint procmsg_send_message_queue                (const gchar *file);
 
-void procmsg_msginfo_set_flags         (MsgInfo *msginfo,
-                                        MsgPermFlags perm_flags,
-                                         MsgTmpFlags tmp_flags);
-void procmsg_msginfo_unset_flags       (MsgInfo *msginfo,
-                                        MsgPermFlags perm_flags,
-                                         MsgTmpFlags tmp_flags);
-
 #endif /* __PROCMSG_H__ */