diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-08-07 21:12:00 +0300 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-08-07 21:12:00 +0300 |
commit | ccb53340b66a778abf10182fd88a7d699207fb84 (patch) | |
tree | a677a90d63b22848988f74e47efe85ccb6cbdb9c /hw/kdrive/ephyr/ephyr.c | |
parent | d1c18af27e0aed73104743afb4bf4b8d3d1186cf (diff) |
ephyr: cleanup
Remove extraneous KdAddPointerDriver call.
Diffstat (limited to 'hw/kdrive/ephyr/ephyr.c')
-rw-r--r-- | hw/kdrive/ephyr/ephyr.c | 1 |
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; } |