E-book viewer: Remove workaround for font-face rules as QtWebKit supports loading fonts directly as of Qt 4.7

This commit is contained in:
Kovid Goyal 2010-12-19 11:16:11 -07:00
parent d76a416eb2
commit 4f9b1dd20a

View File

@ -257,7 +257,6 @@ class EbookIterator(object):
s.max_page = s.start_page + s.pages - 1
self.toc = self.opf.toc
self.find_embedded_fonts()
self.read_bookmarks()
return self