Remove an outdated comment

We must support virtual devices on receiver contexts - that's the only
way to handle relative pointer devices that move in pixel(-ish) units.
This commit is contained in:
Peter Hutterer 2022-05-09 17:46:40 +10:00
parent 5b286a4d3a
commit 8cff3cfd10

View file

@ -944,10 +944,6 @@ ei_device_get_name(struct ei_device *device);
* type defaults to @ref EI_DEVICE_TYPE_VIRTUAL. If the client context was
* created with ei_new_receiver(), the device type defaults to @ref
* EI_DEVICE_TYPE_PHYSICAL.
*
* libei does not currently support virtual devices on a receiver context or
* physical devices on an sender context. This may change in the future,
* applications should not rely on the type being fixed.
*/
enum ei_device_type
ei_device_get_type(struct ei_device *device);