From 8a374b23f70b28c75460b0c1bd6f625482c03c1e Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 15 Apr 2019 11:42:26 +0800 Subject: [PATCH] Pman.Gnumeric.js --- Pman.Gnumeric.js | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index f3aad4c1..c53a69eb 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -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) -- 2.39.2