remove reference to PluginState in VST code, for real this time
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 26 Oct 2006 11:45:57 +0000 (11:45 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 26 Oct 2006 11:45:57 +0000 (11:45 +0000)
git-svn-id: svn://localhost/ardour2/trunk@1014 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/about.cc
libs/ardour/vst_plugin.cc

index d43273f78668bff4bd70d79f84e319fd9750ed68..7bcd1d35b4eb6aeda69926546e349349b560f838 100644 (file)
@@ -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
 };
 
index 800c5a98561f84d141f4f6f492b8ecd8789457c2..5d7a303fc626ff78e6167c9e91d7be0ec65cb5c2 100644 (file)
@@ -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)
 {