mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-26 22:51:21 +01:00
Remove unneeded variable
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user