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 67ebe230c6f9..000000000000
--- a/audio/zynaddsubfx/files/patch-src__Misc__Master.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Misc/Master.h~ 2013-10-22 18:41:37.000000000 +0300
-+++ src/Misc/Master.h 2013-10-22 18:41:53.000000000 +0300
-@@ -33,6 +33,8 @@
-
- #include "../Params/Controller.h"
-
-+#include <pthread.h>
-+
- typedef enum {
- MUTEX_TRYLOCK, MUTEX_LOCK, MUTEX_UNLOCK
- } lockset;