controllers.js: remove unused variable cols[]

introduced in ba0b7133ad
This commit is contained in:
Aaron Gyes
2021-12-21 13:59:33 -08:00
parent 89ba9f76e2
commit 50d88e9712

View File

@@ -103,7 +103,6 @@ controllers.controller("colorsController", function($scope, $http) {
}
if (scheme["url"]) currentScheme["url"] = scheme["url"];
var cols = [];
for (var i in data) {
currentScheme[data[i].name] = interpret_color(data[i].color).replace(/#/, '');
// HACK: For some reason the colors array is cleared later