diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2010-10-25 11:59:17 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2010-10-26 06:32:34 +1000 |
commit | 0b1920abf72664765f7dab4a487839a3d29267a1 (patch) | |
tree | 04203bc01bb2cac3731dd3f5c49773f1fd33b091 | |
parent | 008906b855f05be4d1942d2a3e1afcb8a7ee4b14 (diff) |
Remove unused branch from if 1 condition.
This has been in since 2003 or earlier, let's pretend it works.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Tested-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | src/mouse.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mouse.c b/src/mouse.c index f18fe64..341f07f 100644 --- a/src/mouse.c +++ b/src/mouse.c @@ -2369,13 +2369,7 @@ SetupMouse(InputInfoPtr pInfo) pMse->protoPara[i] = protoPara[i]; /* if we come here PnP/OS mouse probing was successful */ } else { -#if 1 /* PnP/OS mouse probing wasn't successful; we look at data */ -#else - xf86Msg(X_ERROR, "%s: cannot determine the mouse protocol\n", - pInfo->name); - return FALSE; -#endif } } |