From 50ff2c5bc3ad9558ced6f27fd8175cb99684399c Mon Sep 17 00:00:00 2001 From: Tom Poole Date: Thu, 25 Jan 2018 10:29:22 +0000 Subject: [PATCH] AAX: Removed an unused variable --- modules/juce_audio_plugin_client/AAX/juce_AAX_Wrapper.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/juce_audio_plugin_client/AAX/juce_AAX_Wrapper.cpp b/modules/juce_audio_plugin_client/AAX/juce_AAX_Wrapper.cpp index 3f901341cc..5f51b4f0c4 100644 --- a/modules/juce_audio_plugin_client/AAX/juce_AAX_Wrapper.cpp +++ b/modules/juce_audio_plugin_client/AAX/juce_AAX_Wrapper.cpp @@ -112,7 +112,6 @@ using namespace juce; #endif const int32_t juceChunkType = JucePlugin_AAX_Chunk_Identifier; -const int maxAAXChannels = 8; //============================================================================== namespace AAXClasses