diff -r 90e0261ad33c -r c0380e36a50a breakdeps/SVGEngineImpl.cpp --- a/breakdeps/SVGEngineImpl.cpp Fri Oct 15 09:48:18 2010 +0100 +++ b/breakdeps/SVGEngineImpl.cpp Fri Oct 15 09:59:24 2010 +0100 @@ -33,7 +33,7 @@ #include "SVGAnimationElementImpl.h" #include "SVGTextElementImpl.h" -#include "SVGAudioElementImpl.h" +//#include "SVGAudioElementImpl.h" #include "Gfx2dGcOpenVG.h" @@ -2684,7 +2684,7 @@ // -------------------------------------------------------------------------- void CSvgEngineImpl::SetAudioVolume( TInt aPercentage ) { - +#if 0 if ( !iSvgDocument ) { return; @@ -2703,6 +2703,7 @@ lAudioElement->SetVolume( aPercentage ); } lAudioElementList.Close(); +#endif } // --------------------------------------------------------------------------