mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
AAX: Tidied up an unused variable
This commit is contained in:
parent
1b4042217a
commit
18cda401c7
1 changed files with 0 additions and 3 deletions
|
|
@ -1499,13 +1499,10 @@ namespace AAXClasses
|
|||
|
||||
juceParameters.update (audioProcessor, forceLegacyParamIDs);
|
||||
|
||||
bool aaxWrapperProvidedBypassParam = false;
|
||||
auto* bypassParameter = pluginInstance->getBypassParameter();
|
||||
|
||||
if (bypassParameter == nullptr)
|
||||
{
|
||||
aaxWrapperProvidedBypassParam = true;
|
||||
|
||||
ownedBypassParameter.reset (new AudioParameterBool (cDefaultMasterBypassID, "Master Bypass", false, {}, {}, {}));
|
||||
bypassParameter = ownedBypassParameter.get();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue