mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 10:14:52 +00:00
Remove unused declarations.
AvailableClientInput (LBX debris) and xf86XinputFinalizeInit.
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user