[varLib] Remove "custom" axis

This was added before when glyphsLib was always exporting the (unused)
custom axis.  It doesn't now, so remove.
This commit is contained in:
Behdad Esfahbod 2017-04-12 15:47:08 -07:00
parent 242faa798a
commit 80c020d260

View File

@ -387,7 +387,6 @@ def build(designspace_filename, master_finder=lambda s:s):
('width', ('wdth', 'Width')),
('slant', ('slnt', 'Slant')),
('optical', ('opsz', 'Optical Size')),
('custom', ('xxxx', 'Custom'))
])
if axes is not None: