Commit 4d3b8ae2 authored by GoshaZotov's avatar GoshaZotov Committed by Alexander.Trofimov

delete unused check(+ delete ToDo)

parent 6dd3b040
...@@ -3396,11 +3396,8 @@ ...@@ -3396,11 +3396,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
...@@ -3480,7 +3477,6 @@ ...@@ -3480,7 +3477,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