From f55b74bae43b5a67bb18ad9c0fbdcbabbe9fb384 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 12 Dec 2009 10:52:24 -0700 Subject: [PATCH] ... --- src/calibre/ebooks/pdf/reflow.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/calibre/ebooks/pdf/reflow.py b/src/calibre/ebooks/pdf/reflow.py index 31002c72fe..8cef0f327d 100644 --- a/src/calibre/ebooks/pdf/reflow.py +++ b/src/calibre/ebooks/pdf/reflow.py @@ -18,8 +18,6 @@ class Font(object): class Text(object): - A = etree.XPath('descendant::a[@href]') - def __init__(self, text, font_map, opts, log): self.opts, self.log = opts, log self.font_map = font_map