From d9c38e84cc492b931a2238757d438f562946e5bc Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 25 Apr 2008 11:04:02 +0930 Subject: [PATCH] dix: remove pairingClient definition. This variable was used originally to determine which client is allowed to change the pointer-keyboard pairing. For now, we just let anyone change it and see how that works out. --- dix/devices.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dix/devices.c b/dix/devices.c index 656707ca5..b3c9efcc2 100644 --- a/dix/devices.c +++ b/dix/devices.c @@ -86,8 +86,6 @@ SOFTWARE. * This file handles input device-related stuff. */ -/* The client that is allowed to change pointer-keyboard pairings. */ -static ClientPtr pairingClient = NULL; DevPrivateKey CoreDevicePrivateKey = &CoreDevicePrivateKey; /* Used to sture classes currently not in use by an MD */ DevPrivateKey UnusedClassesPrivateKey = &UnusedClassesPrivateKey;