breakdeps/SVGEngineImpl.cpp
changeset 50 c0380e36a50a
parent 48 90e0261ad33c
child 54 dcd1a22c2899
--- 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
     }
 
 // --------------------------------------------------------------------------