From 2667e5de2255d3c16b10f3d5a9d8af0718ab8e79 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 15 Apr 2019 12:25:15 +0800 Subject: [PATCH] Pman.Gnumeric.js --- Pman.Gnumeric.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index d02e2465..e86566ee 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -1184,18 +1184,6 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { soi.appendChild(content); objs.appendChild(soi); - var godoc = this.doc.getElementsByTagNameNS('*','GODoc')[0]; - - var goimage = this.doc.createElement('GOImage'); - goimage.setAttribute('image-type', type ? type : 'jpeg'); - goimage.setAttribute('name', name); - goimage.setAttribute('type', 'GOPixbuf'); - goimage.setAttribute('width', width); - goimage.setAttribute('height', height); - goimage.textContent = data; - - godoc.appendChild(goimage); - if (typeof(this.grid[row]) == 'undefined') { this.grid[row] = []; } -- 2.39.2