add "last modified" column to session-dialog
[ardour.git] / gtk2_ardour / linux_vst_gui_support.cc
index c54430c4e64ede4a06a3d06be674251f2afa8138..19671c8ad77cd08c9c5f711c8227fe825e1cac16 100644 (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;
 }