[psCharStings] remove unused T2OutlineExtractor.hints attribute

This commit is contained in:
Cosimo Lupo 2017-02-15 11:10:34 -08:00
parent 830cb1a6f6
commit f1673e46dd
No known key found for this signature in database
GPG Key ID: B61AAAD0B53A6419

View File

@ -692,7 +692,6 @@ class T2OutlineExtractor(T2WidthExtractor):
def reset(self):
T2WidthExtractor.reset(self)
self.hints = [] # XXX this attribute seems to be unused
self.currentPoint = (0, 0)
self.sawMoveTo = 0