From d62d8b911115f239d0a02ff73631d32a22bda544 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Mon, 8 Nov 2021 16:35:24 -0500 Subject: [PATCH] remove function attribute that was never used --- src/calibre/ebooks/pdf/html_writer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/calibre/ebooks/pdf/html_writer.py b/src/calibre/ebooks/pdf/html_writer.py index 89f27b4fed..a1c6901466 100644 --- a/src/calibre/ebooks/pdf/html_writer.py +++ b/src/calibre/ebooks/pdf/html_writer.py @@ -455,7 +455,6 @@ def add_anchors_markup(root, uuid, anchors): # rescale the viewport a.tail = '\n' div.append(a) - a.count = 0 for anchor in anchors: a(anchor) a(uuid)