summaryrefslogtreecommitdiff
path: root/scripts/lib/fontbuild
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/fontbuild')
-rw-r--r--scripts/lib/fontbuild/generateGlyph.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/lib/fontbuild/generateGlyph.py b/scripts/lib/fontbuild/generateGlyph.py
index c4388fb..0bf25a1 100644
--- a/scripts/lib/fontbuild/generateGlyph.py
+++ b/scripts/lib/fontbuild/generateGlyph.py
@@ -20,7 +20,6 @@ def generateGlyph(f,gname):
glyphName, baseName, accentNames, offset = parseComposite(gname)
if baseName.find("_") != -1:
g = f.newGlyph(glyphName)
- lastWidth = 0
for componentName in baseName.split("_"):
g.appendComponent(componentName, (g.width, 0))
g.width += f[componentName].width