[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:
parent
242faa798a
commit
80c020d260
@ -387,7 +387,6 @@ def build(designspace_filename, master_finder=lambda s:s):
|
|||||||
('width', ('wdth', 'Width')),
|
('width', ('wdth', 'Width')),
|
||||||
('slant', ('slnt', 'Slant')),
|
('slant', ('slnt', 'Slant')),
|
||||||
('optical', ('opsz', 'Optical Size')),
|
('optical', ('opsz', 'Optical Size')),
|
||||||
('custom', ('xxxx', 'Custom'))
|
|
||||||
])
|
])
|
||||||
|
|
||||||
if axes is not None:
|
if axes is not None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user