Fix VST state-lock SNAFU (effSetChunk and process are exclusive)
[ardour.git] / libs / ardour / ardour / vst_plugin.h
index 182b432692770d9d28e55051b92f27d904939f0c..2a8b4dc9a1fc83afc72c9766d3a7276b6566ac25 100644 (file)
@@ -120,8 +120,6 @@ protected:
        framepos_t _transport_frame;
        float      _transport_speed;
        mutable std::map <uint32_t, float> _parameter_defaults;
-
-       Glib::Threads::Mutex _state_lock;
 };
 
 }