Remove unused MESSAGE_LIST_LOCK / MESSAGE_LOCK_UNLOCK macros.
Whatever those macros were once used for was surely evil.
This commit is contained in:
@@ -217,9 +217,6 @@ void message_list_save_state (MessageList *message_list);
|
||||
void message_list_sort_uids (MessageList *message_list,
|
||||
GPtrArray *uids);
|
||||
|
||||
#define MESSAGE_LIST_LOCK(m, l) g_mutex_lock(((MessageList *)m)->l)
|
||||
#define MESSAGE_LIST_UNLOCK(m, l) g_mutex_unlock(((MessageList *)m)->l)
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* _MESSAGE_LIST_H_ */
|
||||
|
||||
Reference in New Issue
Block a user