1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-08 06:03:49 +01:00

Remove Leveller effect from Linux build

This commit is contained in:
Steve Daulton
2016-07-01 16:49:49 +01:00
parent 7c8d8b64d3
commit 673aecf05d
3 changed files with 0 additions and 24 deletions

View File

@@ -30,7 +30,6 @@
#include "Equalization.h"
#include "Fade.h"
#include "Invert.h"
#include "Leveller.h"
#include "Noise.h"
#ifdef EXPERIMENTAL_NOISE_REDUCTION
#include "NoiseReduction.h"
@@ -136,7 +135,6 @@
NOISEREDUCTION_EFFECT \
SOUNDTOUCH_EFFECTS \
EFFECT( AUTODUCK, EffectAutoDuck, () ) \
EFFECT( LEVELLER, EffectLeveller, () ) \
EFFECT( PAULSTRETCH, EffectPaulstretch, () ) \
SBSMS_EFFECTS