Remove tags for missing icons.

This commit is contained in:
Sergey Vartanov 2020-08-26 10:11:34 +03:00
parent 15683ab9f3
commit 4634c38bc9
3 changed files with 1 additions and 12 deletions

View file

@ -49,7 +49,6 @@ def test_icons():
to_draw.append(set([icon] + [icon2] + [icon3] + element['over_icon']))
for icons_to_draw in to_draw:
drawed = False
icon_set = {'icons': []}
for icon in icons_to_draw:
path, xx, yy = extracter.get_path(icon)
@ -57,4 +56,3 @@ def test_icons():
icon_set['icons'].append({'path': path,
'x': (- 8.0 - xx * 16),
'y': (- 8.0 - yy * 16)})
drawed = True