Remove duplicate variable assignment

This commit is contained in:
Ben Kiel 2017-02-27 10:18:02 -06:00
parent 8e92750f5d
commit 0bc4ab9497

View File

@ -1019,11 +1019,6 @@ pointTypeOptions = set(["move", "line", "offcurve", "curve", "qcurve"])
# format 1
componentAttributesFormat1 = set(["base", "xScale", "xyScale", "yxScale", "yScale", "xOffset", "yOffset"])
pointAttributesFormat1 = set(["x", "y", "type", "smooth", "name"])
pointSmoothOptions = set(("no", "yes"))
pointTypeOptions = set(["move", "line", "offcurve", "curve", "qcurve"])
def buildOutlineFormat1(glyphObject, pen, outline):
anchors = []
for element in outline: