mirror of
https://github.com/X11Libre/xf86-input-evdev.git
synced 2026-03-26 02:38:35 +00:00
Remove parsing of ScreenNumber option.
Was unused anyway, so we might as well not parse it.
This commit is contained in:
@@ -1325,7 +1325,6 @@ EvdevPreInit(InputDriverPtr drv, IDevPtr dev, int flags)
|
||||
xf86CollectInputOptions(pInfo, evdevDefaults, NULL);
|
||||
xf86ProcessCommonOptions(pInfo, pInfo->options);
|
||||
|
||||
pEvdev->screen = xf86SetIntOption(pInfo->options, "ScreenNumber", 0);
|
||||
/*
|
||||
* We initialize pEvdev->tool to 1 so that device that doesn't use
|
||||
* proximity will still report events.
|
||||
|
||||
Reference in New Issue
Block a user