diff -r db5c883ad1c5 -r 1902ade171ab svgt_plat/svgt_api/inc/SVGEngineInterfaceImpl.h --- a/svgt_plat/svgt_api/inc/SVGEngineInterfaceImpl.h Tue Aug 31 16:06:58 2010 +0300 +++ b/svgt_plat/svgt_api/inc/SVGEngineInterfaceImpl.h Wed Sep 01 12:20:46 2010 +0100 @@ -105,9 +105,6 @@ class CSvgTextElementImpl; class CSvgBitmapFontProvider; - -class CSvgtBitmap; - class MRect { public: @@ -650,8 +647,6 @@ */ IMPORT_C void GenerateMask( CFbsBitmap* aMask, TInt aEngine = NULL ); - IMPORT_C void GenerateMask( CSvgtBitmap* aMask, TInt aEngine = NULL ); - /** * Set the color for clearing background. * @@ -876,7 +871,6 @@ */ IMPORT_C void SetGdiContextL( CSvgEngineImpl* aEngine, CFbsBitmap* aFrameBuffer ); - IMPORT_C void SetGdiContextL( CSvgEngineImpl* aEngine, CSvgtBitmap* aFrameBuffer ); /** * Associate the given document with the given engine. *