summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2016-01-12 12:16:25 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2016-01-12 12:16:25 +1000
commit52b8874ecc78a60239aa7df2c0f1885af91fd5d5 (patch)
tree696168d1359f53f33fa380038d57640a075a86f7 /src
parent988cfda42c5613edb871d0ee7a2332fc9668c84c (diff)
touchpad: drop outdated comment
Obsolete comment since 4ca70c813f750721592d1a68aced385560705256, we rely on the udev hwdb to set the resolution for us. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'src')
-rw-r--r--src/evdev-mt-touchpad.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/evdev-mt-touchpad.c b/src/evdev-mt-touchpad.c
index aa123cd4..2de2539f 100644
--- a/src/evdev-mt-touchpad.c
+++ b/src/evdev-mt-touchpad.c
@@ -1780,8 +1780,7 @@ tp_init_palmdetect(struct tp_dispatch *tp,
width = device->abs.dimensions.x;
height = device->abs.dimensions.y;
- /* Wacom doesn't have internal touchpads,
- * Apple touchpads are always big enough to warrant palm detection */
+ /* Wacom doesn't have internal touchpads */
if (device->model_flags & EVDEV_MODEL_WACOM_TOUCHPAD)
return 0;