This commit is contained in:
Kovid Goyal 2016-08-25 21:40:55 +05:30
parent f48a5ef678
commit c0acacf674

View File

@ -96,7 +96,6 @@ class TouchHandler:
def prune_expired_touches(self): def prune_expired_touches(self):
now = window.performance.now() now = window.performance.now()
expired = v'[]' expired = v'[]'
ans = False
for tid in self.ongoing_touches: for tid in self.ongoing_touches:
t = self.ongoing_touches[tid] t = self.ongoing_touches[tid]
if t.active: if t.active: