Skip to content

Commit 6cdb497

Browse files
committed
remove unused glyph definitions.
1 parent 91e6fc5 commit 6cdb497

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

textile/core.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ class Textile(object):
8080
'threequarters': '¾',
8181
'degrees': '°',
8282
'plusminus': '±',
83-
'fn_ref_pattern': '<sup{atts}>{marker}</sup>',
84-
'fn_foot_pattern': '<sup{atts}>{marker}</sup>',
85-
'nl_ref_pattern': '<sup{atts}>{marker}</sup>',
8683
}
8784

8885
def __init__(self, restricted=False, lite=False, noimage=False,

0 commit comments

Comments
 (0)