From 4a81f7f5db72a9b03b3bd4183ee209a8ae277e0e Mon Sep 17 00:00:00 2001 From: Gioacchino Mazzurco Date: Tue, 1 Sep 2020 15:36:47 +0200 Subject: [PATCH] Remove documentation for param which doesn't exists anymore --- libretroshare/src/retroshare/rsevents.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libretroshare/src/retroshare/rsevents.h b/libretroshare/src/retroshare/rsevents.h index 65e0e8557..2498a7712 100644 --- a/libretroshare/src/retroshare/rsevents.h +++ b/libretroshare/src/retroshare/rsevents.h @@ -195,8 +195,6 @@ public: /** * @brief Post event to the event queue. * @param[in] event - * @param[out] errorMessage Optional storage for error messsage, meaningful - * only on failure. * @return Success or error details. */ virtual std::error_condition postEvent( @@ -206,8 +204,6 @@ public: * @brief Send event directly to handlers. Blocking API * The handlers get exectuded on the caller thread. * @param[in] event - * @param[out] errorMessage Optional storage for error messsage, meaningful - * only on failure. * @return Success or error details. */ virtual std::error_condition sendEvent(