Fixes a double mutex unlock for Linux VSTs

This commit is contained in:
Mathias Buhr 2015-08-27 23:53:45 +02:00
parent 43f3c0e0f2
commit 83c5750f0b
1 changed files with 0 additions and 4 deletions

View File

@ -669,10 +669,6 @@ int vstfx_create_editor (VSTState* vstfx)
XSendEvent(LXVST_XDisplay, parent_window, FALSE, NoEventMask, (XEvent*)&event);
/*Unlock - and we are done for the first part of staring the Editor...*/
pthread_mutex_unlock (&vstfx->lock);
return 0;
}