diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2015-07-13 11:06:05 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2015-07-13 11:13:16 +1000 |
commit | c7498a969856bea8ef944e4e8697cf3bde1e31a2 (patch) | |
tree | eaf6a8a05815a642daac88b61bcfa9d43dfe34b1 /src/evdev-mt-touchpad-edge-scroll.c | |
parent | aab4ccac5c517542ff53807a9c23fb2d62aa9188 (diff) |
touchpad: drop obsolete comment
Comment is obsolete now that we have edge scrolling on clickpads, see
abff4a1c24830931f1cbd5e54d5b1a4621eab863
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'src/evdev-mt-touchpad-edge-scroll.c')
-rw-r--r-- | src/evdev-mt-touchpad-edge-scroll.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/evdev-mt-touchpad-edge-scroll.c b/src/evdev-mt-touchpad-edge-scroll.c index 4d5f47a..ade55e0 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; |