svgt_plat/svgt_api/inc/SvgJavaInterfaceImpl.h
branchRCL_3
changeset 39 1902ade171ab
parent 38 db5c883ad1c5
--- a/svgt_plat/svgt_api/inc/SvgJavaInterfaceImpl.h	Tue Aug 31 16:06:58 2010 +0300
+++ b/svgt_plat/svgt_api/inc/SvgJavaInterfaceImpl.h	Wed Sep 01 12:20:46 2010 +0100
@@ -33,8 +33,6 @@
 typedef int SvgPathHandle;
 typedef short SvgAttrType;
 
-typedef unsigned int SvgtBitmapHandle;
-
 class CSvgEngineImpl;
 class CSvgDocumentImpl;
 class CFbsBitmap;
@@ -1490,12 +1488,7 @@
 		SvgEngineHandle aEngineHandle, SvgDocumentHandle aDocumentHandle, 
 		TInt aSurfaceHandle, TInt aSurfaceMaskHandle = NULL, TReal32 aCurrentTime = 0.0f ) __SOFTFP;
 
-    IMPORT_C void SvgEngineRenderDocument( 
-        SvgEngineHandle aEngineHandle, SvgDocumentHandle aDocumentHandle, 
-        SvgtBitmapHandle aSurfaceHandle, SvgtBitmapHandle aSurfaceMaskHandle = NULL, 
-        TReal32 aCurrentTime = 0.0f ) __SOFTFP;
-
-    IMPORT_C void SvgEngineRenderDocumentL( 
+	IMPORT_C void SvgEngineRenderDocumentL( 
 		SvgEngineHandle aEngineHandle, SvgDocumentHandle aDocumentHandle, 
 		TInt aSurfaceHandle, const TPoint& aAnchor, const TRect& aRenderArea, TReal32 aCurrentTime, TReal32 aAlpha ) __SOFTFP;