mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-26 09:08:44 +02:00
Remove unneeded variable
This commit is contained in:
parent
e023a1120b
commit
1ff85fa1ae
@ -1010,7 +1010,6 @@ bool LadspaEffect::RealtimeAddProcessor(int numChannels, float sampleRate)
|
||||
}
|
||||
|
||||
mSlaves.Add(slave);
|
||||
mSlaveChannels.Add(numChannels);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
@ -175,7 +175,6 @@ private:
|
||||
|
||||
// Realtime processing
|
||||
LadspaSlaveArray mSlaves;
|
||||
wxArrayInt mSlaveChannels;
|
||||
|
||||
EffectUIHostInterface *mUIHost;
|
||||
LadspaEffectEventHelper *mEventHelper;
|
||||
|
Loading…
x
Reference in New Issue
Block a user