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:
@@ -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 */,
|
||||
|
||||
Reference in New Issue
Block a user