summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2007-10-14 07:53:00 +0930
committerPeter Hutterer <peter@cs.unisa.edu.au>2007-10-16 12:04:48 +0930
commit9ccc9ab6f29f68298b68cdb5c9b4bd57a095f05a (patch)
treedca25f12d5dd50099ccb15be91568d2a3b85f107
parente4fd981b48723b77a6c1a528638a771b9cc35472 (diff)
dix: don't call CloseDevice on VCP/VCK separately.
-rw-r--r--dix/devices.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/dix/devices.c b/dix/devices.c
index b47ae5991..a4360e583 100644
--- a/dix/devices.c
+++ b/dix/devices.c
@@ -751,9 +751,6 @@ CloseDownDevices(void)
CloseDevice(dev);
}
- CloseDevice(inputInfo.keyboard);
- CloseDevice(inputInfo.pointer);
-
inputInfo.devices = NULL;
inputInfo.off_devices = NULL;
inputInfo.keyboard = NULL;