ei: remove an outdated comment

Leftover of client-decided keymaps

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2021-08-23 12:22:26 +10:00
parent fa7b624f93
commit a1ee9bdf2f

View file

@ -626,10 +626,6 @@ ei_keymap_get_fd(struct ei_keymap *keymap);
* Return the device this keymap belongs to, or `NULL` if it has not yet
* been assigned to a device.
*
* Between ei_device_keyboard_configure_keymap() and libei processing an
* @ref EI_EVENT_DEVICE_ADDED event, the returned device is the one provided
* in ei_device_keyboard_configure_keymap().
*
* After processing and if the server changed the keymap or set the keymap
* to NULL, this keymap may no longer be in use by the device and future
* calls to this function return `NULL`.