mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-08 12:28:10 +02:00
tablet: remove useless self-assignment
Introduced in 230af3f9fc
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
5dac1ece8c
commit
a49ebfe593
1 changed files with 0 additions and 1 deletions
|
|
@ -558,7 +558,6 @@ tablet_update_rotation(struct tablet_dispatch *tablet,
|
||||||
clear_bit(tablet->changed_axes, LIBINPUT_TABLET_TOOL_AXIS_TILT_Y);
|
clear_bit(tablet->changed_axes, LIBINPUT_TABLET_TOOL_AXIS_TILT_Y);
|
||||||
tablet->axes.tilt.x = 0;
|
tablet->axes.tilt.x = 0;
|
||||||
tablet->axes.tilt.y = 0;
|
tablet->axes.tilt.y = 0;
|
||||||
tablet->axes.rotation = tablet->axes.rotation;
|
|
||||||
|
|
||||||
/* tilt is already converted to left-handed, so mouse
|
/* tilt is already converted to left-handed, so mouse
|
||||||
* rotation is converted to left-handed automatically */
|
* rotation is converted to left-handed automatically */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue