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 Daniel Stone
parent 4645247d45
commit 51d21a3694

View File

@@ -449,8 +449,6 @@ _X_EXPORT InputDriverRec EVDEV = {
0
};
#ifdef XFree86LOADER
static void
EvdevUnplug(pointer p)
{
@@ -486,4 +484,3 @@ _X_EXPORT XF86ModuleData evdevModuleData =
EvdevPlug,
EvdevUnplug
};
#endif /* XFree86LOADER */