mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
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:
parent
02b28c3e45
commit
41d8747e9d
2 changed files with 2 additions and 10 deletions
|
|
@ -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
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue