summaryrefslogtreecommitdiff
path: root/audio/zynaddsubfx/files/patch-src_Misc_Master.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/zynaddsubfx/files/patch-src_Misc_Master.h')
-rw-r--r--audio/zynaddsubfx/files/patch-src_Misc_Master.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/zynaddsubfx/files/patch-src_Misc_Master.h b/audio/zynaddsubfx/files/patch-src_Misc_Master.h
deleted file mode 100644
index 7c36db89677a..000000000000
--- a/audio/zynaddsubfx/files/patch-src_Misc_Master.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Misc/Master.h.orig 2012-06-16 04:02:12 UTC
-+++ src/Misc/Master.h
-@@ -33,6 +33,8 @@
-
- #include "../Params/Controller.h"
-
-+#include <pthread.h>
-+
- typedef enum {
- MUTEX_TRYLOCK, MUTEX_LOCK, MUTEX_UNLOCK
- } lockset;