Commit 41a6fcf9 authored by GoshaZotov's avatar GoshaZotov

delete unused check(+ delete ToDo)

parent dbc62e94
...@@ -3420,11 +3420,8 @@ ...@@ -3420,11 +3420,8 @@
maxFilterRow = automaticRowCount; maxFilterRow = automaticRowCount;
} }
var individualCount, count, tempResult;
// ToDo Нужно проверить, я не очень понял, зачем тут была проверка... var individualCount = 0, count = 0, tempResult;
if (true) {
individualCount = 0;
count = 0;
for(var i = ref.r1 + 1; i <= maxFilterRow; i++) for(var i = ref.r1 + 1; i <= maxFilterRow; i++)
{ {
//max strings //max strings
...@@ -3504,7 +3501,6 @@ ...@@ -3504,7 +3501,6 @@
individualCount++; individualCount++;
} }
}
return {values: this._sortArrayMinMax(values), automaticRowCount: automaticRowCount}; return {values: this._sortArrayMinMax(values), automaticRowCount: automaticRowCount};
}, },
......
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