1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
This commit is contained in:
jules 2008-01-16 22:44:00 +00:00
parent 200197c95c
commit 9d47a8f459

View file

@ -461,8 +461,6 @@ public:
//==============================================================================
ComponentResult Initialize()
{
SetMaxFramesPerSlice (16384);
#if ! JucePlugin_IsSynth
const int numIns = GetInput(0) != 0 ? GetInput(0)->GetStreamFormat().mChannelsPerFrame : 0;
#endif