Commit ffc1ebf8 authored by Alexander.Trofimov's avatar Alexander.Trofimov

delete unused code

parent f7c6eee3
......@@ -4272,7 +4272,6 @@
var aNoHiddenRow = [];
for(var i = bbox.r1; i <= bbox.r2; i++)
{
var row = worksheet._getRowNoEmpty(i);
if (!worksheet.getRowHidden(i))
aNoHiddenRow.push(i);
}
......
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