summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2007-08-08 00:52:35 +0300
committerDaniel Stone <daniel@fooishbar.org>2007-08-08 00:53:03 +0300
commit1f3bd7beab75627cb3005faf9c0347eb7d7e5903 (patch)
tree36137245b10c575021e0a1aa215868b88f1d2632
parentc805910dda5b6aa7de2ded1e67b125ed2590fda5 (diff)
Compile fix when building with DEBUG
XisbTrace didn't seem to do anything useful at all.
-rw-r--r--src/xf86Calcomp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xf86Calcomp.c b/src/xf86Calcomp.c
index 9beebe9..f834eea 100644
--- a/src/xf86Calcomp.c
+++ b/src/xf86Calcomp.c
@@ -686,8 +686,6 @@ CalcompPreInit( InputDriverPtr drv,
priv->checksum = 0;
priv->buffer = XisbNew (local->fd, 200);
- DBG (9, XisbTrace (priv->buffer, 1));
-
/*
* Verify that your hardware is attached and fuctional if you can
*/