diff --git a/hw/xfree86/common/xf86Xinput.h b/hw/xfree86/common/xf86Xinput.h index 02f657de3..7617a3ed5 100644 --- a/hw/xfree86/common/xf86Xinput.h +++ b/hw/xfree86/common/xf86Xinput.h @@ -170,7 +170,6 @@ void xf86PostKeyEvent(DeviceIntPtr device, unsigned int key_code, int is_down, ...); void xf86PostKeyboardEvent(DeviceIntPtr device, unsigned int key_code, int is_down); -void xf86XinputFinalizeInit(DeviceIntPtr dev); void xf86ActivateDevice(LocalDevicePtr local); Bool xf86CheckButton(int button, int down); void xf86SwitchCoreDevice(LocalDevicePtr device, DeviceIntPtr core); diff --git a/include/os.h b/include/os.h index c2bcd0909..e63daad50 100644 --- a/include/os.h +++ b/include/os.h @@ -169,8 +169,6 @@ extern void MakeClientGrabPervious(ClientPtr /*client*/); extern void ListenOnOpenFD(int /* fd */, int /* noxauth */); #endif -extern void AvailableClientInput(ClientPtr /* client */); - extern CARD32 GetTimeInMillis(void); extern void AdjustWaitForDelay(