diff --git a/songbook_core/plastex_chord.py b/songbook_core/plastex_chord.py index 08490d7d..937e6ff0 100644 --- a/songbook_core/plastex_chord.py +++ b/songbook_core/plastex_chord.py @@ -83,16 +83,6 @@ class BeginChordOrDisplayMath(BeginDisplayMath): """ macroName = '[' - def digest(self, tokens): - """Consume the tokens corresponding to the arguments of this macro""" - if IN_VERSE: - for item in tokens: - if item.nodeType == item.TEXT_NODE and item.nodeValue == ']': - break - self.appendChild(item) - else: - return super(BeginChordOrDisplayMath, self).digest(tokens) - def invoke(self, tex): """Process this macro""" if IN_VERSE: