Pman.Gnumeric.js
authorEdward <edward@roojs.com>
Mon, 15 Apr 2019 03:42:26 +0000 (11:42 +0800)
committerEdward <edward@roojs.com>
Mon, 15 Apr 2019 03:42:26 +0000 (11:42 +0800)
Pman.Gnumeric.js

index f3aad4c..c53a69e 100644 (file)
@@ -1121,24 +1121,6 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, {
         
     },
     
-    /**
-     * writeImage:
-     * write an image in old gnumberic format (needs base64 data to write it)
-     * 
-     * 
-     * @param {Number} row  row to put it in (rows start at 0)
-     * @param {Number} col  column to put it in
-     * @param {Number} data  the base64 description of the images
-     * @param {Number} width image width
-     * @param {Number} width image height
-     * 
-     */
-    writeImageOld : function (row, col, data, width, height, type) 
-    {
-        
-    },
-    
-    
     /**
      * writeImage:
      * write an image (needs base64 data to write it)