From d303fcd2f1cc0e376a836be6abf95ee90d186385 Mon Sep 17 00:00:00 2001 From: Louis Date: Tue, 17 Jun 2014 01:01:45 +0200 Subject: [PATCH] Removed useless method --- songbook_core/plastex_chord.py | 10 ---------- 1 file changed, 10 deletions(-) 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: