Remove unused Python local variables.

This commit is contained in:
Marcel Admiraal
2020-09-11 11:39:15 +01:00
parent 9d9ee2d4c2
commit 3070d0b735
3 changed files with 0 additions and 9 deletions

View File

@ -54,7 +54,6 @@ def make_fonts_header(target, source, env):
g.write("#define _EDITOR_FONTS_H\n")
# saving uncompressed, since freetype will reference from memory pointer
xl_names = []
for i in range(len(source)):
with open(source[i], "rb") as f:
buf = f.read()