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 /include | |
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 'include')
-rw-r--r-- | include/XIstubs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/XIstubs.h b/include/XIstubs.h index 0bb773e38..6ab82dff9 100644 --- a/include/XIstubs.h +++ b/include/XIstubs.h @@ -26,9 +26,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #ifndef XI_STUBS_H #define XI_STUBS_H 1 -extern _X_EXPORT void -AddOtherInputDevices (void); - extern _X_EXPORT int SetDeviceMode ( ClientPtr /* client */, |