mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
AAX: Remove unhelpful and potentially confusing virtual method
This commit is contained in:
parent
13f0e75ab0
commit
04a89007b7
1 changed files with 0 additions and 9 deletions
|
|
@ -1458,15 +1458,6 @@ public:
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
private:
|
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
|
struct InOutChannelPair
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue