summaryrefslogtreecommitdiff
path: root/hw/kdrive/ephyr/ephyr.c
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-08-07 21:12:00 +0300
committerDaniel Stone <daniels@endtroducing.fooishbar.org>2006-08-07 21:12:00 +0300
commitccb53340b66a778abf10182fd88a7d699207fb84 (patch)
treea677a90d63b22848988f74e47efe85ccb6cbdb9c /hw/kdrive/ephyr/ephyr.c
parentd1c18af27e0aed73104743afb4bf4b8d3d1186cf (diff)
ephyr: cleanup
Remove extraneous KdAddPointerDriver call.
Diffstat (limited to 'hw/kdrive/ephyr/ephyr.c')
-rw-r--r--hw/kdrive/ephyr/ephyr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/kdrive/ephyr/ephyr.c b/hw/kdrive/ephyr/ephyr.c
index 86a072d4d..d3c9bf9d4 100644
--- a/hw/kdrive/ephyr/ephyr.c
+++ b/hw/kdrive/ephyr/ephyr.c
@@ -866,7 +866,6 @@ MouseInit (KdPointerInfo *pi)
pi->nAxes = 3;
pi->nButtons = 32;
ephyrMouse = pi;
- KdAddPointerDriver(&EphyrMouseDriver);
return Success;
}