From ccb53340b66a778abf10182fd88a7d699207fb84 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Mon, 7 Aug 2006 21:12:00 +0300 Subject: [PATCH] ephyr: cleanup Remove extraneous KdAddPointerDriver call. --- hw/kdrive/ephyr/ephyr.c | 1 - 1 file changed, 1 deletion(-) 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; }