rename Plugin::ParameterChanged to ParameterChangedExternally to reflect its intent...
[ardour.git] / libs / ardour / vst_plugin.cc
index 08db7dec5e56fa18d533a366a13dd6f9377e51bf..1614b1d8fe394cc6a6ee62a6c9e9737a91347aec 100644 (file)
@@ -117,12 +117,6 @@ VSTPlugin::set_parameter (uint32_t which, float newval)
        }
 }
 
-void
-VSTPlugin::set_parameter_automated (uint32_t which, float newval)
-{
-       Plugin::set_parameter_automated (which, newval);
-}
-
 uint32_t
 VSTPlugin::nth_parameter (uint32_t n, bool& ok) const
 {