From d939f2482e71ad20bac28b7aa4b2e8c8196e9d65 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 21 Nov 2008 12:21:45 +1000 Subject: [PATCH] dix: fix false comment. VCP and VCK are always present, this comment is a leftover from earlier MPX days. Signed-off-by: Peter Hutterer --- dix/devices.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dix/devices.c b/dix/devices.c index 904c404f0..b179ce332 100644 --- a/dix/devices.c +++ b/dix/devices.c @@ -592,8 +592,6 @@ CorePointerProc(DeviceIntPtr pDev, int what) * Initialise the two core devices, VCP and VCK (see events.c). * Both devices are not tied to physical devices, but guarantee that there is * always a keyboard and a pointer present and keep the protocol semantics. - * Both core devices are NOT part of the device list and act only as a - * fallback if no physical device is available. * * The devices are activated but not enabled. *