diff --git a/src/libeis.h b/src/libeis.h index 0517d13..00a5803 100644 --- a/src/libeis.h +++ b/src/libeis.h @@ -45,13 +45,6 @@ extern "C" { * corresponding receiver or sender for this client. It is up to the * implementation to disconnect clients that it does not want to allow. See * eis_client_is_sender() for details. - * - * Note that usually the differentiation between sender and receiver client - * has an effect on the devices that should be sent to the client. Sender - * clients typically expect devices representing the available screen area so - * they can control input, receiver clients typically expect devices - * representing the physical input devices. - * * @{ */