Remove unused variables

This commit is contained in:
Ilya Fedin
2023-12-22 03:48:42 +04:00
committed by John Preston
parent 78e6b3e13f
commit 00e785a3af
23 changed files with 0 additions and 36 deletions
@@ -136,7 +136,6 @@ Data::StatisticalChart StatisticalChartFromJSON(const QByteArray &json) {
const auto colors = root.value(u"colors"_q).toObject();
const auto names = root.value(u"names"_q).toObject();
const auto colorPattern = u"(.*)(#.*)"_q;
for (auto &line : result.lines) {
const auto colorIt = colors.constFind(line.idString);
if (colorIt != colors.constEnd() && (*colorIt).isString()) {