From 1df8cf39842f218d18a7fb37107907f27d8f7aab Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Thu, 9 Dec 2010 19:36:35 +0000 Subject: - removed pthread dependency svn path=/trunk/externals/postlude/; revision=14584 --- pluginhost~/src/pluginhost~.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'pluginhost~/src/pluginhost~.h') 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, -- cgit v1.2.1