diff --git a/tools/touchpad-edge-detector.c b/tools/touchpad-edge-detector.c index 2e0c9fe..1fc5489 100644 --- a/tools/touchpad-edge-detector.c +++ b/tools/touchpad-edge-detector.c @@ -170,8 +170,6 @@ dmi_matchstr(struct libevdev *dev, char *match, size_t sz) modalias[strlen(modalias) - 1] = '\0'; /* drop \n */ snprintf(match, sz, "name:%s:%s", libevdev_get_name(dev), modalias); - - return; } static void