diff --git a/src/synaptics.c b/src/synaptics.c index d336457..ab24b79 100644 --- a/src/synaptics.c +++ b/src/synaptics.c @@ -696,8 +696,6 @@ SynapticsPreInit(InputDriverPtr drv, InputInfoPtr pInfo, int flags) pInfo->switch_mode = SwitchMode; pInfo->private = priv; - xf86OptionListReport(pInfo->options); - /* allocate now so we don't allocate in the signal handler */ priv->timer = TimerSet(NULL, 0, 0, NULL, NULL); if (!priv->timer) {