Skip to content

Commit b2e954a

Browse files
committed
more cleanup
1 parent 5a3353f commit b2e954a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/utility-icons.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ var sprite = JSON.parse(parser.toJson(text));
2727
var icons = [];
2828
var viewbox;
2929
sprite.svg.symbol.forEach(function(symbol){
30-
var id = symbol.id;
31-
var paths = symbol.path;
3230
content.push(symbol.id+':'+JSON.stringify(symbol.path)+',');
3331
viewBox = symbol.viewBox;
3432
});

0 commit comments

Comments
 (0)