Commit 8e8cd26d authored by Alexander.Trofimov's avatar Alexander.Trofimov

delete unused getCellTextMetrics

parent 6743f584
...@@ -643,11 +643,6 @@ ...@@ -643,11 +643,6 @@
this.updateZoom = false; this.updateZoom = false;
}; };
WorksheetView.prototype.getCellTextMetrics = function ( col, row ) {
var ct = this._getCellTextCache( col, row );
return ct ? $.extend( {}, ct.metrics ) : undefined;
};
WorksheetView.prototype.getSheetViewSettings = function () { WorksheetView.prototype.getSheetViewSettings = function () {
return this.model.getSheetViewSettings(); return this.model.getSheetViewSettings();
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment