Skip to content

Commit

Permalink
remove last push
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry authored and dmitry committed Dec 26, 2023
1 parent 622d0ea commit 5549c40
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/PluginProcessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,5 @@ juce::AudioProcessorValueTreeState::ParameterLayout AudioPluginAudioProcessor::c
p = std::make_unique<AudioParameterFloat>(paramID_OSC_5_FP9, paramID_OSC_5_FP9, 0.0f, 1.0f, 0.5f);
params.push_back(std::move(p));

params.push_back(std::move(p));

return {params.begin(), params.end()};
}

0 comments on commit 5549c40

Please sign in to comment.