diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-06-13 07:05:46 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-06-13 07:45:56 +0800 |
commit | 4ff2d9010e671d048804d0b582f279384f044bc1 (patch) | |
tree | 3783d9aaf52cc2ddeb871c0e4cb082731524b62b | |
parent | 1e7f27ab1b466bcaf9740319056d65f937d06b00 (diff) | |
download | gsoc2013-evolution-4ff2d9010e671d048804d0b582f279384f044bc1.tar gsoc2013-evolution-4ff2d9010e671d048804d0b582f279384f044bc1.tar.gz gsoc2013-evolution-4ff2d9010e671d048804d0b582f279384f044bc1.tar.bz2 gsoc2013-evolution-4ff2d9010e671d048804d0b582f279384f044bc1.tar.lz gsoc2013-evolution-4ff2d9010e671d048804d0b582f279384f044bc1.tar.xz gsoc2013-evolution-4ff2d9010e671d048804d0b582f279384f044bc1.tar.zst gsoc2013-evolution-4ff2d9010e671d048804d0b582f279384f044bc1.zip |
Remove unused MESSAGE_LIST_LOCK / MESSAGE_LOCK_UNLOCK macros.
Whatever those macros were once used for was surely evil.
-rw-r--r-- | mail/message-list.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mail/message-list.h b/mail/message-list.h index e3f322b22b..06c78c3a1b 100644 --- a/mail/message-list.h +++ b/mail/message-list.h @@ -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_ */ |