summaryrefslogtreecommitdiff
path: root/threading.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-03 15:44:37 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-03 15:44:37 +0200
commitac5ec9950ba2ba88f858edb683a534e204637d4c (patch)
treef1e0e8051f2df69fecb4312f769da0abff4f0091 /threading.h
parent35557467f9b71fe4f50ab378101190e3127cff87 (diff)
fixed playlist locking and few redraw issues
Diffstat (limited to 'threading.h')
-rw-r--r--threading.h3
1 files changed, 0 insertions, 3 deletions
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);