diff -r f1c1302a0b48 -r 865fbeda552a breakdeps/SVGEngineImpl.cpp --- a/breakdeps/SVGEngineImpl.cpp Fri Oct 15 14:49:09 2010 +0100 +++ b/breakdeps/SVGEngineImpl.cpp Fri Oct 15 14:51:12 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 } // --------------------------------------------------------------------------