From 41d8747e9d4bbf10f848d907b879ba2211c89b8e Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 26 Oct 2006 11:45:57 +0000 Subject: [PATCH] remove reference to PluginState in VST code, for real this time git-svn-id: svn://localhost/ardour2/trunk@1014 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/about.cc | 2 ++ libs/ardour/vst_plugin.cc | 10 ---------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/gtk2_ardour/about.cc b/gtk2_ardour/about.cc index d43273f786..7bcd1d35b4 100644 --- a/gtk2_ardour/about.cc +++ b/gtk2_ardour/about.cc @@ -139,6 +139,8 @@ static const char* authors[] = { N_("Per Sigmond"), N_("Doug Mclain"), N_("Petter Sundlöf"), + N_("Thörsten Wilms"), + N_("Ben Loftis"), 0 }; diff --git a/libs/ardour/vst_plugin.cc b/libs/ardour/vst_plugin.cc index 800c5a9856..5d7a303fc6 100644 --- a/libs/ardour/vst_plugin.cc +++ b/libs/ardour/vst_plugin.cc @@ -110,16 +110,6 @@ VSTPlugin::set_block_size (nframes_t nframes) activate (); } -void -VSTPlugin::store_state (PluginState& state) -{ -} - -void -VSTPlugin::restore_state (PluginState& state) -{ -} - float VSTPlugin::default_value (uint32_t port) {