diff options
Diffstat (limited to 'hw/xquartz/darwinXinput.c')
-rw-r--r-- | hw/xquartz/darwinXinput.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xquartz/darwinXinput.c b/hw/xquartz/darwinXinput.c index 19aefb153..966aaf3e5 100644 --- a/hw/xquartz/darwinXinput.c +++ b/hw/xquartz/darwinXinput.c @@ -120,7 +120,6 @@ AddOtherInputDevices(void) dev = (DeviceIntPtr) AddInputDevice(deviceProc, TRUE); dev->public.devicePrivate = private; - RegisterOtherDevice(dev); dev->inited = ((*dev->deviceProc)(dev, DEVICE_INIT) == Success); ************************************************************************/ DEBUG_LOG("AddOtherInputDevices\n"); |