diff --git a/fanficfare/mobi.py b/fanficfare/mobi.py index ace02d2b..32bea5f6 100644 --- a/fanficfare/mobi.py +++ b/fanficfare/mobi.py @@ -34,10 +34,6 @@ languages = {"en-us" : 0x0409, "en" : 0x0009, "en-gb" : 0x0809} -def ToHex(s): - v = ['%.2x' % ord(c) for c in s] - return ' '.join(v) - class _SubEntry: def __init__(self, pos, html_data): self.pos = pos