diff --git a/src/libei.h b/src/libei.h index a82b43f..a996bd9 100644 --- a/src/libei.h +++ b/src/libei.h @@ -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);