diff -r 90e0261ad33c -r c0380e36a50a breakdeps/SVGDocumentImpl.cpp --- a/breakdeps/SVGDocumentImpl.cpp Fri Oct 15 09:48:18 2010 +0100 +++ b/breakdeps/SVGDocumentImpl.cpp Fri Oct 15 09:59:24 2010 +0100 @@ -61,7 +61,7 @@ #include "SVGDiscardElementImpl.h" #include "SVGScriptElementImpl.h" -#include "SVGAudioElementImpl.h" +//#include "SVGAudioElementImpl.h" //#ifdef RD_SVGT_MEDIAANIMATION_SUPPORT #include "SVGMediaAnimationElementImpl.h" @@ -515,13 +515,14 @@ #else return ( MXmlElement * ) CSvgGElementImpl::NewL( _L( "g" )(TUint8) position, this ); #endif - +#if 0 case KSvgAudioElement: { CSvgAudioElementImpl* lAudioElement = CSvgAudioElementImpl::NewL( (TUint8) position, this ); iSvgAnimations.Append(lAudioElement); return ( MXmlElement * ) lAudioElement; } +#endif //#ifdef RD_SVGT_MEDIAANIMATION_SUPPORT case KSvgMediaAnimationElement: { @@ -1275,8 +1276,7 @@ } // Add only media elements, currently animation and audio - if ( aRoot->ElemID() == KSvgMediaAnimationElement || - aRoot->ElemID() == KSvgAudioElement ) + if ( aRoot->ElemID() == KSvgMediaAnimationElement ) { aPostOrderList.Append( aRoot ); }