mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-03 16:10:11 +01:00
tools: per-slot-delta: drop an unused variable
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
f5ab18ab8f
commit
78dcbec7a4
1 changed files with 0 additions and 2 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue