From 78dcbec7a4983941b1810c99c79f6cee34dcf675 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Sat, 11 Apr 2020 15:31:58 +1000 Subject: [PATCH] tools: per-slot-delta: drop an unused variable Signed-off-by: Peter Hutterer --- tools/libinput-analyze-per-slot-delta.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/libinput-analyze-per-slot-delta.py b/tools/libinput-analyze-per-slot-delta.py index 07df3f42..5c0b6714 100755 --- a/tools/libinput-analyze-per-slot-delta.py +++ b/tools/libinput-analyze-per-slot-delta.py @@ -181,8 +181,6 @@ def main(argv): slots = [Slot(i) for i in range(0, nslots)] slots[0].used = True - marker_button = "..............." # noqa - if args.use_mm: xres = 1.0 * absinfo[libevdev.EV_ABS.ABS_X.value][4] yres = 1.0 * absinfo[libevdev.EV_ABS.ABS_Y.value][4]