From c7498a969856bea8ef944e4e8697cf3bde1e31a2 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 13 Jul 2015 11:06:05 +1000 Subject: [PATCH] touchpad: drop obsolete comment Comment is obsolete now that we have edge scrolling on clickpads, see abff4a1c24830931f1cbd5e54d5b1a4621eab863 Signed-off-by: Peter Hutterer --- src/evdev-mt-touchpad-edge-scroll.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/evdev-mt-touchpad-edge-scroll.c b/src/evdev-mt-touchpad-edge-scroll.c index 4d5f47af..ade55e03 100644 --- a/src/evdev-mt-touchpad-edge-scroll.c +++ b/src/evdev-mt-touchpad-edge-scroll.c @@ -305,8 +305,7 @@ tp_edge_scroll_init(struct tp_dispatch *tp, struct evdev_device *device) default: /* For elantech and synaptics, note for lenovo #40 series, * e.g. the T440s min/max are the absolute edges, not the - * recommended ones as usual with synaptics. But these are - * clickpads, so N/A. + * recommended ones as usual with synaptics. */ edge_width = width * .04; edge_height = height * .054;