tablet: drop unnecessary call to reset the changed axes
authorPeter Hutterer <peter.hutterer@who-t.net>
Wed, 1 Mar 2017 05:42:10 +0000 (15:42 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Thu, 23 Mar 2017 00:18:09 +0000 (10:18 +1000)
commitc8fde99ad9e8ec8f1f904a14c5612d926d71ee94
tree5355610f1bf7ee7a062c26f0573025dbdde0990f
parenteb8cfa301a89d15e22899fc8f320fcf5f233cf0b
tablet: drop unnecessary call to reset the changed axes

The only code path that leads here would see the changed_axes array zeroed out
in tablet_send_axis_proximity_tip_down_events(), zeroing again is unlikely to
make it more zero.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Acked-by: Ping Cheng <pingc@wacom.com>
src/evdev-tablet.c