javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/eswtgraphics.h
branchRCL_3
changeset 83 26b2b12093af
parent 66 2455ef1f5bbc
--- a/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/eswtgraphics.h	Wed Sep 15 12:05:25 2010 +0300
+++ b/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/eswtgraphics.h	Wed Oct 13 14:23:59 2010 +0300
@@ -901,20 +901,6 @@
     virtual void Dispose() =0;
 
     /**
-     * Function in charge of decoding an image from a buffer. This method is synchronous and enable
-     * to save memory space by filling the image buffer step by step (use AppendDataL(const HBufC8& aBuffer)
-     * param aBuffer contains a piece of the whole image data to decode
-     */
-    virtual void DecodeImageFromBufferL(const TDesC8& aBuffer) =0;
-
-    /**
-     * Enables to add data when a first call to DecodeImageFromBufferL has been initialized
-     *
-     * @param aBuffer contains a piece of the whole image data to decode.
-     */
-    virtual void AppendDataL(const TDesC8& aBuffer) =0;
-
-    /**
      * Simple getter that return the logical values for height
      */
     virtual TInt GetLogicalScreenHeight() =0;