From 0bc4ab949772b28cb890cba193d342adcf5905f6 Mon Sep 17 00:00:00 2001 From: Ben Kiel Date: Mon, 27 Feb 2017 10:18:02 -0600 Subject: [PATCH] Remove duplicate variable assignment --- Lib/ufoLib/glifLib.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Lib/ufoLib/glifLib.py b/Lib/ufoLib/glifLib.py index af1ee688e..d0ac51089 100755 --- a/Lib/ufoLib/glifLib.py +++ b/Lib/ufoLib/glifLib.py @@ -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: