dix: InitAndStartDevices doesn't need a window parameter.

Leftover from the old pointer-keyboard pairing code, obsolete and gone now.
This commit is contained in:
Peter Hutterer
2008-05-14 15:29:28 +09:30
parent da728f2127
commit 00db0f35ac
3 changed files with 3 additions and 5 deletions

View File

@@ -231,9 +231,7 @@ extern Bool ActivateDevice(
extern Bool DisableDevice(
DeviceIntPtr /*device*/);
extern int InitAndStartDevices(
WindowPtr /*root*/);
extern int InitAndStartDevices(void);
extern void CloseDownDevices(void);