From 7b891e450f005688e41e61016e6d3e394c67f6be Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 20 May 2009 14:23:16 +1000 Subject: [PATCH] dix: Remove obsolete comment CorePointerProc doesn't back up the device classes anymore. --- dix/devices.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/dix/devices.c b/dix/devices.c index bcb90583c..ff91608a8 100644 --- a/dix/devices.c +++ b/dix/devices.c @@ -538,9 +538,6 @@ CoreKeyboardProc(DeviceIntPtr pDev, int what) /** * Device control function for the Virtual Core Pointer. - * - * Aside from initialisation, it backs up the original device classes into the - * devicePrivates. This only needs to be done for master devices. */ static int CorePointerProc(DeviceIntPtr pDev, int what)