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; }