input: Purge AddOtherInputDevices DDX hook.

This hook wasn't used by any DDX. Device addition and removal is handled by
the config backend, so we don't need to do anything special that during the
ListInputDevices request processing.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Daniel Stone <daniel@fooishbar.org>
This commit is contained in:
Peter Hutterer
2010-07-30 14:26:06 +10:00
parent cb672a461c
commit 4ac3be29bc
7 changed files with 0 additions and 109 deletions

View File

@@ -2176,13 +2176,6 @@ ProcessInputEvents (void)
KdCheckLock ();
}
/* We initialise all input devices at startup. */
void
AddOtherInputDevices(void)
{
return;
}
/* At the moment, absolute/relative is up to the client. */
int
SetDeviceMode(register ClientPtr client, DeviceIntPtr pDev, int mode)