aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/InfoBarGenerics.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py
index 8c96c76b..95b0e8c1 100644
--- a/lib/python/Screens/InfoBarGenerics.py
+++ b/lib/python/Screens/InfoBarGenerics.py
@@ -66,9 +66,6 @@ class InfoBarUnhandledKey:
def actionA(self, key, flag):
if flag != 4:
if self.key != key:
- if self.checkUnusedTimer.isActive():
- self.checkUnusedTimer.stop()
- self.checkUnused()
self.key = key
self.flags = self.uflags = 0
self.flags |= (1<<flag)