Remove unused declarations.
AvailableClientInput (LBX debris) and xf86XinputFinalizeInit.
This commit is contained in:
parent
bca9fa2efe
commit
adf3e296e2
|
@ -170,7 +170,6 @@ void xf86PostKeyEvent(DeviceIntPtr device, unsigned int key_code, int is_down,
|
||||||
...);
|
...);
|
||||||
void xf86PostKeyboardEvent(DeviceIntPtr device, unsigned int key_code,
|
void xf86PostKeyboardEvent(DeviceIntPtr device, unsigned int key_code,
|
||||||
int is_down);
|
int is_down);
|
||||||
void xf86XinputFinalizeInit(DeviceIntPtr dev);
|
|
||||||
void xf86ActivateDevice(LocalDevicePtr local);
|
void xf86ActivateDevice(LocalDevicePtr local);
|
||||||
Bool xf86CheckButton(int button, int down);
|
Bool xf86CheckButton(int button, int down);
|
||||||
void xf86SwitchCoreDevice(LocalDevicePtr device, DeviceIntPtr core);
|
void xf86SwitchCoreDevice(LocalDevicePtr device, DeviceIntPtr core);
|
||||||
|
|
|
@ -169,8 +169,6 @@ extern void MakeClientGrabPervious(ClientPtr /*client*/);
|
||||||
extern void ListenOnOpenFD(int /* fd */, int /* noxauth */);
|
extern void ListenOnOpenFD(int /* fd */, int /* noxauth */);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern void AvailableClientInput(ClientPtr /* client */);
|
|
||||||
|
|
||||||
extern CARD32 GetTimeInMillis(void);
|
extern CARD32 GetTimeInMillis(void);
|
||||||
|
|
||||||
extern void AdjustWaitForDelay(
|
extern void AdjustWaitForDelay(
|
||||||
|
|
Loading…
Reference in New Issue