MidiClock_SlaveTest: add basic framework
[ardour.git] / libs / ardour / vst_plugin.cc
index 81e9674f1ab8e617ee0f40f02ba1581938c291c0..80631ac840d35200c1f2e2a8abdff418304db332 100644 (file)
@@ -102,7 +102,6 @@ VSTPlugin::VSTPlugin (const VSTPlugin &other)
 VSTPlugin::~VSTPlugin ()
 {
        deactivate ();
-       GoingAway (); /* EMIT SIGNAL */
        fst_close (_fst);
 }