diff options
-rw-r--r-- | src/3rdparty/phonon/mmf/effectfactory.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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<int> EffectFactory::effectIndexes() if (isEffectSupported<CBassBoost>()) retval.append(AbstractAudioEffect::EffectBassBoost); + /* We haven't implemented these yet. if (isEffectSupported<CDistanceAttenuation>()) retval.append(AbstractAudioEffect::EffectDistanceAttenuation); @@ -140,6 +141,7 @@ QList<int> EffectFactory::effectIndexes() if (isEffectSupported<CStereoWidening>()) retval.append(AbstractAudioEffect::EffectStereoWidening); + */ return retval; } |