mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
NO-OP: remove dead code
This commit is contained in:
parent
81531d5763
commit
e51e2c57c6
1 changed files with 0 additions and 4 deletions
|
|
@ -3301,10 +3301,6 @@ PluginInsert::add_sidechain_from_xml (const XMLNode& node, int version)
|
|||
}
|
||||
}
|
||||
|
||||
ChanCount in_cc = ChanCount();
|
||||
in_cc.set (DataType::AUDIO, audio);
|
||||
in_cc.set (DataType::MIDI, midi);
|
||||
|
||||
add_sidechain (audio, midi);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue