mirror of
https://github.com/X11Libre/xf86-input-evdev.git
synced 2026-04-14 11:44:16 +00:00
remove XFree86LOADER usage
Build evdevModuleData, et al, unconditionally.
This commit is contained in:
committed by
Daniel Stone
parent
4645247d45
commit
51d21a3694
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user