diff --git a/utils/kobo_touch_probe.lua b/utils/kobo_touch_probe.lua index a0c777a08..0547398d9 100755 --- a/utils/kobo_touch_probe.lua +++ b/utils/kobo_touch_probe.lua @@ -45,11 +45,6 @@ function TouchProbe:init() TapProbe = { GestureRange:new{ ges = "tap", - range = Geom:new{ - x = 0, y = 0, - w = Screen:getWidth(), - h = Screen:getHeight(), - }, } }, }