dix: PairDevices() can be static, remove from input.

PairDevices() is only ever called in EnableDevice().
This commit is contained in:
Peter Hutterer
2008-10-31 16:27:58 +10:30
parent b6b26560d6
commit eb014021c2
2 changed files with 32 additions and 36 deletions

View File

@@ -512,10 +512,6 @@ extern int GetMotionHistory(
extern void SwitchCorePointer(DeviceIntPtr pDev);
/* Pairing input devices */
extern int PairDevices(ClientPtr client,
DeviceIntPtr pointer,
DeviceIntPtr keyboard);
extern int AttachDevice(ClientPtr client,
DeviceIntPtr slave,
DeviceIntPtr master);