diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2010-07-30 14:26:06 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2010-09-01 15:26:52 +1000 |
commit | 4ac3be29bc1af19f15e84ee0ea609de5c54ca0e0 (patch) | |
tree | df9d4943fadc708fbac5cd362a8d07f0269d43e9 /hw/dmx | |
parent | cb672a461cc6cd668ab7e61994b94e9ff46b3ef1 (diff) |
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>
Diffstat (limited to 'hw/dmx')
-rw-r--r-- | hw/dmx/input/dmxxinput.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/hw/dmx/input/dmxxinput.c b/hw/dmx/input/dmxxinput.c index a5c28a99a..54381b2e0 100644 --- a/hw/dmx/input/dmxxinput.c +++ b/hw/dmx/input/dmxxinput.c @@ -51,11 +51,6 @@ #include "dmxinputinit.h" #include "exevents.h" -/** This is not required by the XINPUT model that DMX uses. */ -void AddOtherInputDevices(void) -{ -} - /** Set device mode to \a mode. This is not implemented. */ int SetDeviceMode(ClientPtr client, DeviceIntPtr dev, int mode) { |