svgt_plat/svgt_api/inc/SVGEngineInterfaceImpl.h
branchRCL_3
changeset 39 1902ade171ab
parent 38 db5c883ad1c5
--- 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.
          *