mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 00:43:32 +02:00
...
This commit is contained in:
parent
f48a5ef678
commit
c0acacf674
1 changed files with 0 additions and 1 deletions
|
|
@ -96,7 +96,6 @@ def __init__(self):
|
|||
def prune_expired_touches(self):
|
||||
now = window.performance.now()
|
||||
expired = v'[]'
|
||||
ans = False
|
||||
for tid in self.ongoing_touches:
|
||||
t = self.ongoing_touches[tid]
|
||||
if t.active:
|
||||
|
|
|
|||
Loading…
Reference in a new issue