All options used by the driver will show up in the log anyway. And new xserver versions will call this for debugging purposes for us.
Signed-off-by: Peter Hutterer <[email protected]> --- src/jstk.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/jstk.c b/src/jstk.c index 052675d..1803c67 100644 --- a/src/jstk.c +++ b/src/jstk.c @@ -556,7 +556,6 @@ jstkCorePreInit(InputDriverPtr drv, IDevPtr dev, int flags) priv->axis[5].mapping = JSTK_MAPPING_Y; xf86CollectInputOptions(pInfo, NULL, NULL); - xf86OptionListReport(pInfo->options); /* Joystick device is mandatory */ priv->device = xf86SetStrOption(dev->commonOptions, "Device", NULL); -- 1.7.3.3 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
