From: Cameron Cawley Date: Sat, 19 Oct 2019 16:07:12 +0000 (+0100) Subject: Remove unused header X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=picodrive.git;a=commitdiff_plain;h=572ab2edc4660438fc109684d228daadfd40d47e Remove unused header --- diff --git a/platform/linux/in_evdev.h b/platform/linux/in_evdev.h deleted file mode 100644 index c5aef9b..0000000 --- a/platform/linux/in_evdev.h +++ /dev/null @@ -1,5 +0,0 @@ - -struct in_default_bind; -extern int in_evdev_allow_abs_only; - -void in_evdev_init(const struct in_default_bind *defbinds);