From c82f3b18ba300f09688fe410cf09b219a0fd6d44 Mon Sep 17 00:00:00 2001 From: Frans Englich Date: Mon, 21 Sep 2009 15:36:47 +0200 Subject: Don't list effects which aren't fully implemented. --- src/3rdparty/phonon/mmf/effectfactory.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/3rdparty/phonon/mmf/effectfactory.cpp b/src/3rdparty/phonon/mmf/effectfactory.cpp index f33af68..4acaaa4 100644 --- a/src/3rdparty/phonon/mmf/effectfactory.cpp +++ b/src/3rdparty/phonon/mmf/effectfactory.cpp @@ -123,6 +123,7 @@ QList EffectFactory::effectIndexes() if (isEffectSupported()) retval.append(AbstractAudioEffect::EffectBassBoost); + /* We haven't implemented these yet. if (isEffectSupported()) retval.append(AbstractAudioEffect::EffectDistanceAttenuation); @@ -140,6 +141,7 @@ QList EffectFactory::effectIndexes() if (isEffectSupported()) retval.append(AbstractAudioEffect::EffectStereoWidening); + */ return retval; } -- cgit v0.12