aboutsummaryrefslogtreecommitdiff
path: root/pluginhost~/src/pluginhost~.h
diff options
context:
space:
mode:
authorJamie Bullock <postlude@users.sourceforge.net>2010-12-09 19:36:35 +0000
committerJamie Bullock <postlude@users.sourceforge.net>2010-12-09 19:36:35 +0000
commit1df8cf39842f218d18a7fb37107907f27d8f7aab (patch)
tree0188767f242e4057f58583604f69f01cb0738aaf /pluginhost~/src/pluginhost~.h
parent12ad9a395eff06ee9ee0b060a7e7c8117a8d6045 (diff)
- removed pthread dependency
svn path=/trunk/externals/postlude/; revision=14584
Diffstat (limited to 'pluginhost~/src/pluginhost~.h')
-rw-r--r--pluginhost~/src/pluginhost~.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/pluginhost~/src/pluginhost~.h b/pluginhost~/src/pluginhost~.h
index 48dff96..b4c9282 100644
--- a/pluginhost~/src/pluginhost~.h
+++ b/pluginhost~/src/pluginhost~.h
@@ -170,8 +170,6 @@ typedef struct _ph_tilde {
snd_seq_event_t **instanceEventBuffers;
snd_seq_event_t midiEventBuf[EVENT_BUFSIZE];
- pthread_mutex_t midiEventBufferMutex;
-
} ph_tilde;
static char *ph_tilde_send_configure(ph_tilde *x, char *key, char *value,