Mercurial > audlegacy
diff src/audacious/tuple.c @ 3527:fb5bc40d0b86 trunk
Remove useless #undef
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Fri, 14 Sep 2007 08:07:56 +0300 |
| parents | b2a82a73a788 |
| children | 9cc39a38fdfe |
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)
