Browse Source

AAX: Remove unhelpful and potentially confusing virtual method

v7.0.9
Anthony Nicholls 2 years ago
parent
commit
04a89007b7
1 changed files with 0 additions and 9 deletions
  1. +0
    -9
      modules/juce_audio_processors/processors/juce_AudioProcessor.h

+ 0
- 9
modules/juce_audio_processors/processors/juce_AudioProcessor.h View File

@@ -1458,15 +1458,6 @@ public:
#endif
private:
/** This is deprecated. Instead, create an AAXClientExtensions object,
implement getPluginIDForMainBusConfig() and return the object from
getAAXClientExtensions().
*/
[[deprecated ("Override AAXClientExtensions::getPluginIDForMainBusConfig() instead")]]
virtual int32 getAAXPluginIDForMainBusConfig (const AudioChannelSet&,
const AudioChannelSet&,
const bool) const { return {}; }
//==============================================================================
struct InOutChannelPair
{


Loading…
Cancel
Save