From cc56203b76e1fcef2c7e55b460daf07e654a1547 Mon Sep 17 00:00:00 2001 From: notaz Date: Mon, 5 Nov 2012 00:28:57 +0200 Subject: switch over to libpicofe - libretro should not be affected by this, all others need to do 'git submodule init && git submodule update' from now on. - pandora should get gamma control support --- frontend/linux/in_evdev.h | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 frontend/linux/in_evdev.h (limited to 'frontend/linux/in_evdev.h') diff --git a/frontend/linux/in_evdev.h b/frontend/linux/in_evdev.h deleted file mode 100644 index c5aef9b..0000000 --- a/frontend/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); -- cgit v1.2.3