From ac5ec9950ba2ba88f858edb683a534e204637d4c Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sat, 3 Apr 2010 15:44:37 +0200 Subject: fixed playlist locking and few redraw issues --- threading.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'threading.h') diff --git a/threading.h b/threading.h index d543f14c..dee1cc3c 100644 --- a/threading.h +++ b/threading.h @@ -35,9 +35,6 @@ mutex_create (void); uintptr_t mutex_create_nonrecursive (void); -uintptr_t -mutex_create_recursive (void); - void mutex_free (uintptr_t mtx); -- cgit v1.2.3