aboutsummaryrefslogtreecommitdiff
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, 0 insertions, 3 deletions
diff --git a/src/evdev.c b/src/evdev.c
index 1ce21e1..9b59421 100644
--- a/src/evdev.c
+++ b/src/evdev.c
@@ -708,8 +708,6 @@ _X_EXPORT InputDriverRec EVDEV = {
0
};
-#ifdef XFree86LOADER
-
static void
EvdevUnplug(pointer p)
{
@@ -745,4 +743,3 @@ _X_EXPORT XF86ModuleData evdevModuleData =
EvdevPlug,
EvdevUnplug
};
-#endif /* XFree86LOADER */