summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mouse.c6
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
}
}