mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
remove function attribute that was never used
This commit is contained in:
parent
da8092c58a
commit
d62d8b9111
@ -455,7 +455,6 @@ def add_anchors_markup(root, uuid, anchors):
|
|||||||
# rescale the viewport
|
# rescale the viewport
|
||||||
a.tail = '\n'
|
a.tail = '\n'
|
||||||
div.append(a)
|
div.append(a)
|
||||||
a.count = 0
|
|
||||||
for anchor in anchors:
|
for anchor in anchors:
|
||||||
a(anchor)
|
a(anchor)
|
||||||
a(uuid)
|
a(uuid)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user