diff -r 5b9c23c1a54c -r 0fb7b31791c3 openvg/openvgrefimplementation/sfopenvg/vgi/vgi.cpp --- a/openvg/openvgrefimplementation/sfopenvg/vgi/vgi.cpp Wed May 12 12:14:19 2010 +0100 +++ b/openvg/openvgrefimplementation/sfopenvg/vgi/vgi.cpp Wed May 12 13:05:33 2010 +0100 @@ -140,10 +140,7 @@ //TSize maxSize(MAX_WIDTH,MAX_HEIGHT); TSize maxSize(aSize.iWidth, aSize.iHeight); - - RDebug::Printf(" ££££££££££££££££££ In VGISymbianInitialize,aSize.iWidth is %d $$$$$$$$$$$$$ ",aSize.iWidth); - RDebug::Printf(" £££££££££££££££££££ In VGISymbianInitialize,aSize.iHeight is %d $$$$$$$$$$$$$ ",aSize.iHeight); - + egl.iPixmap = new(ELeave) CFbsBitmap(); egl.iPixmap->Create( maxSize, EColor16MA );