13
0

remove reference to PluginState in VST code, for real this time

git-svn-id: svn://localhost/ardour2/trunk@1014 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2006-10-26 11:45:57 +00:00
parent 02b28c3e45
commit 41d8747e9d
2 changed files with 2 additions and 10 deletions

View 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
};

View 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)
{