ephyr: cleanup

Remove extraneous KdAddPointerDriver call.
This commit is contained in:
Daniel Stone 2006-08-07 21:12:00 +03:00 committed by Daniel Stone
parent d1c18af27e
commit ccb53340b6

View File

@ -866,7 +866,6 @@ MouseInit (KdPointerInfo *pi)
pi->nAxes = 3;
pi->nButtons = 32;
ephyrMouse = pi;
KdAddPointerDriver(&EphyrMouseDriver);
return Success;
}