Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Var/Non-Var feature writer distinction is dead
Browse files Browse the repository at this point in the history
simoncozens committed Nov 20, 2023
1 parent 6d08029 commit ee572c6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Lib/glyphsLib/featureWriters/markFeatureWriter.py
Original file line number Diff line number Diff line change
@@ -7,12 +7,9 @@
MARK_PREFIX,
LIGA_SEPARATOR,
LIGA_NUM_RE,
MarkFeatureWriter,
MarkToBasePos,
NamedAnchor,
quantize,
)
from ufo2ft.featureWriters.variableMarkWriter import (
VariableMarkFeatureWriter
)


@@ -112,7 +109,7 @@ def __init__(self, name, x, y, markClass=None, libData=None):
self.libData = libData


class ContextualMarkFeatureWriter(VariableMarkFeatureWriter):
class ContextualMarkFeatureWriter(MarkFeatureWriter):
NamedAnchor = ContextuallyAwareNamedAnchor

def _getAnchorLists(self):

0 comments on commit ee572c6

Please sign in to comment.