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.
This commit is contained in:
Peter Hutterer 2008-04-25 11:04:02 +09:30
parent c14b858aec
commit d9c38e84cc

View File

@ -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;