mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 06:07:29 +01:00
fix duplicate definition (typo in 5242aeb8)
This commit is contained in:
parent
a4f57e6b2f
commit
b6c8b96cf2
1 changed files with 0 additions and 2 deletions
|
|
@ -1135,7 +1135,6 @@ AUPlugin::can_support_io_configuration (const ChanCount& in, ChanCount& out, Cha
|
|||
{
|
||||
_output_configs.clear ();
|
||||
const int32_t audio_in = in.n_audio();
|
||||
int32_t audio_out;
|
||||
AUPluginInfoPtr pinfo = boost::dynamic_pointer_cast<AUPluginInfo>(get_info());
|
||||
|
||||
/* lets check MIDI first */
|
||||
|
|
@ -1151,7 +1150,6 @@ AUPlugin::can_support_io_configuration (const ChanCount& in, ChanCount& out, Cha
|
|||
|
||||
// preferred setting (provided by plugin_insert)
|
||||
const int preferred_out = out.n_audio ();
|
||||
audio_out = out.n_audio ();
|
||||
bool found = false;
|
||||
bool exact_match = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue