Uncomment fix for #4110.
git-svn-id: svn://localhost/ardour2/branches/3.0@9793 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
61648057ce
commit
d5bb729755
@ -882,7 +882,6 @@ PluginInsert::set_state(const XMLNode& node, int version)
|
|||||||
|
|
||||||
uint32_t count = 1;
|
uint32_t count = 1;
|
||||||
|
|
||||||
#if 0
|
|
||||||
// Processor::set_state() will set this, but too late
|
// Processor::set_state() will set this, but too late
|
||||||
// for it to be available when setting up plugin
|
// for it to be available when setting up plugin
|
||||||
// state. We can't call Processor::set_state() until
|
// state. We can't call Processor::set_state() until
|
||||||
@ -891,7 +890,6 @@ PluginInsert::set_state(const XMLNode& node, int version)
|
|||||||
if ((prop = node.property ("id")) != 0) {
|
if ((prop = node.property ("id")) != 0) {
|
||||||
_id = prop->value();
|
_id = prop->value();
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
if (_plugins.empty()) {
|
if (_plugins.empty()) {
|
||||||
/* if we are adding the first plugin, we will need to set
|
/* if we are adding the first plugin, we will need to set
|
||||||
|
Loading…
Reference in New Issue
Block a user