Mercurial > audlegacy
changeset 3527:fb5bc40d0b86 trunk
Remove useless #undef
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Fri, 14 Sep 2007 08:07:56 +0300 |
parents | 56e2a8704164 |
children | 9cc39a38fdfe 701de882bcc2 |
files | src/audacious/tuple.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/audacious/tuple.c Thu Sep 13 01:12:43 2007 -0500 +++ b/src/audacious/tuple.c Fri Sep 14 08:07:56 2007 +0300 @@ -65,7 +65,6 @@ # define TUPLE_UNLOCK_WRITE(XX) { TUPDEB("UNLOCK_WRITE"); g_static_rw_lock_writer_unlock(&tuple_rwlock); } # define TUPLE_LOCK_READ(XX) { TUPDEB("LOCK_READ"); g_static_rw_lock_reader_lock(&tuple_rwlock); } # define TUPLE_UNLOCK_READ(XX) { TUPDEB("UNLOCK_READ"); g_static_rw_lock_reader_unlock(&tuple_rwlock); } -# undef TUPDEP # else # define TUPLE_LOCK_WRITE(XX) g_static_rw_lock_writer_lock(&tuple_rwlock) # define TUPLE_UNLOCK_WRITE(XX) g_static_rw_lock_writer_unlock(&tuple_rwlock)