From c0acacf67408e4f68ac40709eb12ff1e710f8c30 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 25 Aug 2016 21:40:55 +0530 Subject: [PATCH] ... --- src/pyj/read_book/touch.pyj | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pyj/read_book/touch.pyj b/src/pyj/read_book/touch.pyj index 7bfe79eda2..9c69682a39 100644 --- a/src/pyj/read_book/touch.pyj +++ b/src/pyj/read_book/touch.pyj @@ -96,7 +96,6 @@ class TouchHandler: 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: