--- a/svgtopt/gfx2d/inc/Gfx2dGcInterface.h Tue Aug 31 16:06:58 2010 +0300
+++ b/svgtopt/gfx2d/inc/Gfx2dGcInterface.h Wed Sep 01 12:20:46 2010 +0100
@@ -34,7 +34,6 @@
#include "SvgBitmapFontProvider.h"
class MGfxShape;
class MGfxPaint;
-class CSvgtBitmap;
typedef enum
{
@@ -348,10 +347,6 @@
*/
virtual void UpdateFramebufferL( CFbsBitmap* aFrameBuffer, CFbsBitmap* aMask ) = 0;
virtual void UpdateFramebufferL( CFbsBitmap* aFrameBuffer, CFbsBitmap* aMask,TSize aFrameBufferSize,TDisplayMode aFrameBufferMode,TDisplayMode aMaskDspMode ) =0;
-
-
- virtual void UpdateFramebufferL( CSvgtBitmap* /*aFrameBuffer*/, CSvgtBitmap* /*aMask*/ ){}
- virtual void UpdateFramebufferL( CSvgtBitmap* /*aFrameBuffer*/, CSvgtBitmap* /*aMask*/,TSize /*aFrameBufferSize*/,TDisplayMode /*aFrameBufferMode*/,TDisplayMode /*aMaskDspMode*/ ){}
/**
* Blend aFrameBuffer with background buffer using the opacity value
*
@@ -370,7 +365,6 @@
* @return
*/
virtual void GenerateMask(CFbsBitmap* aMask)=0;
- virtual void GenerateMask(CSvgtBitmap* /*aMask*/){};
/**
* Set the fill opacity value