summaryrefslogtreecommitdiff
path: root/src/evdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/evdev.c')
-rw-r--r--src/evdev.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/evdev.c b/src/evdev.c
index 524ae9a1..33b3f514 100644
--- a/src/evdev.c
+++ b/src/evdev.c
@@ -957,8 +957,7 @@ evdev_scroll_config_natural_get(struct libinput_device *device)
static int
evdev_scroll_config_natural_get_default(struct libinput_device *device)
{
- /* could enable this on Apple touchpads. could do that, could
- * very well do that... */
+ /* Overridden in evdev-mt-touchpad.c for Apple touchpads. */
return 0;
}