Remove unused "LONG" converter

LONG was replaced by Fixed long time ago.
This commit is contained in:
Behdad Esfahbod 2013-11-23 19:18:53 -05:00
parent 0de65295f6
commit 5962268b79

View File

@ -330,7 +330,6 @@ converterMapping = {
# type class # type class
"int16": Short, "int16": Short,
"uint16": UShort, "uint16": UShort,
"ULONG": Long,
"Fixed": Fixed, "Fixed": Fixed,
"Tag": Tag, "Tag": Tag,
"GlyphID": GlyphID, "GlyphID": GlyphID,