mathbase: Remove unused data

This commit is contained in:
Takeshi KOMIYA 2018-01-20 02:24:34 +09:00
parent 2b89f72d54
commit 20a6cb6240

View File

@ -52,8 +52,7 @@ class MathDomain(Domain):
label = 'mathematics' label = 'mathematics'
initial_data = { initial_data = {
'nameids': {}, # label -> equation ID 'objects': {}, # labelid -> (docname, eqno)
'objects': {}, # equation ID -> (docname, eqno)
} # type: Dict[unicode, Dict[unicode, Tuple[unicode, int]]] } # type: Dict[unicode, Dict[unicode, Tuple[unicode, int]]]
dangling_warnings = { dangling_warnings = {
'eq': 'equation not found: %(target)s', 'eq': 'equation not found: %(target)s',