mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
AudioProcessor: Remove friendship with AudioProcessorParameter
This commit is contained in:
parent
da8150bb58
commit
ccdc9d6779
1 changed files with 0 additions and 1 deletions
|
|
@ -1642,7 +1642,6 @@ private:
|
|||
template <typename floatType>
|
||||
void processBypassed (AudioBuffer<floatType>&, MidiBuffer&);
|
||||
|
||||
friend class AudioProcessorParameter;
|
||||
friend class LADSPAPluginInstance;
|
||||
|
||||
[[deprecated ("This method is no longer used - you can delete it from your AudioProcessor classes.")]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue