diff options
author | Alexandr Shadchin <shadchin@cvs.openbsd.org> | 2011-11-09 16:04:51 +0000 |
---|---|---|
committer | Alexandr Shadchin <shadchin@cvs.openbsd.org> | 2011-11-09 16:04:51 +0000 |
commit | 69f59818646092704ae2b6e114f637558e3ce67e (patch) | |
tree | 2a78378a6ebc8254bfe3a532927e4465a9afc3a5 /driver | |
parent | 52ade6cfc4dbf4160eeec998a043b25de284925b (diff) |
Remove call xf86CollectInputOptions. It is useless if second arg is NULL.
ok matthieu@
Diffstat (limited to 'driver')
-rw-r--r-- | driver/xf86-input-ws/src/ws.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/driver/xf86-input-ws/src/ws.c b/driver/xf86-input-ws/src/ws.c index 368152549..bcf23e82b 100644 --- a/driver/xf86-input-ws/src/ws.c +++ b/driver/xf86-input-ws/src/ws.c @@ -13,7 +13,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $OpenBSD: ws.c,v 1.42 2011/11/08 12:57:44 shadchin Exp $ */ +/* $OpenBSD: ws.c,v 1.43 2011/11/09 16:04:50 shadchin Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -134,7 +134,6 @@ wsPreInit(InputDriverPtr drv, InputInfoPtr pInfo, int flags) } pInfo->private = priv; - xf86CollectInputOptions(pInfo, NULL); #ifdef DEBUG ws_debug_level = xf86SetIntOption(pInfo->options, "DebugLevel", ws_debug_level); |