--- a/svgtopt/gfx2d/src/GfxGc/Gfx2dGcOpenVG.cpp Wed Mar 31 23:03:24 2010 +0300
+++ b/svgtopt/gfx2d/src/GfxGc/Gfx2dGcOpenVG.cpp Wed Apr 14 16:53:18 2010 +0300
@@ -2874,7 +2874,7 @@
{
// Ensure OpenVG is initialized: could have been terminated by another Svg engine
// Returns immediately if already initialized
- TInt err = iVgSurface->InitializeSurface( iColorBufferSize, VGI_COLORSPACE_SRGB );//NGA --- testing purpose//srikanth
+ TInt err = iVgSurface->InitializeSurface( iColorBufferSize, VGI_COLORSPACE_SRGB );
if (!((err == KErrNone) || (err == KErrAlreadyExists)))
{
#ifdef _DEBUG