remove XFree86LOADER usage

Build evdevModuleData, et al, unconditionally.
This commit is contained in:
Daniel Stone
2006-07-09 18:08:50 +01:00
committed by Adam Jackson
parent 946beb16f8
commit 40a1e1439c

View File

@@ -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 */