mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
remove function attribute that was never used
This commit is contained in:
parent
da8092c58a
commit
d62d8b9111
1 changed files with 0 additions and 1 deletions
|
|
@ -455,7 +455,6 @@ def a(anchor):
|
|||
# rescale the viewport
|
||||
a.tail = '\n'
|
||||
div.append(a)
|
||||
a.count = 0
|
||||
for anchor in anchors:
|
||||
a(anchor)
|
||||
a(uuid)
|
||||
|
|
|
|||
Loading…
Reference in a new issue