filter: remove an unnecessary layer of indirection
authorPeter Hutterer <peter.hutterer@who-t.net>
Fri, 2 Sep 2022 04:34:56 +0000 (14:34 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Wed, 7 Sep 2022 23:03:15 +0000 (09:03 +1000)
commitb6e1f5d120a199e8c4cd16b8ba67dfc3b202c781
tree48e197fd02aa75d447200a2fb39ad2d98f42decc
parent87c769f3f2d7e6a542c028262e9bb23baccbf95f
filter: remove an unnecessary layer of indirection

This is a leftover from when some of the filter code was shared between
pointer acceleration methods (pre v1.11 or so). Now these functions are
duplicated across files, so both the names and what they do isn't
necessarily reflective anymore.

Let's drop one layer of indirection to make the code a bit easier to
understand.

No functional changes.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
src/filter-low-dpi.c
src/filter-mouse.c
src/filter-touchpad.c