Remove parsing of ScreenNumber option.

Was unused anyway, so we might as well not parse it.
This commit is contained in:
Peter Hutterer
2008-10-08 16:15:14 +10:30
parent ab934d840d
commit a9fcce1833

View File

@@ -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.