summaryrefslogtreecommitdiffstats
path: root/tools/scripts/make_bmfhdr.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/scripts/make_bmfhdr.py')
-rw-r--r--tools/scripts/make_bmfhdr.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/scripts/make_bmfhdr.py b/tools/scripts/make_bmfhdr.py
index e6aa43f6bb..1d3c40f9c6 100644
--- a/tools/scripts/make_bmfhdr.py
+++ b/tools/scripts/make_bmfhdr.py
@@ -33,7 +33,6 @@ while(l != ""):
s = x.split("=")
d[s[0]] = s[1]
-
if (t == "common"):
font_height = d["lineHeight"]
font_ascent = d["base"]
@@ -49,8 +48,6 @@ while(l != ""):
font_chars.append(d["xadvance"])
font_cc += 1
-
-
l = f.readline()