From 65ecf1d505ba6b70da503801b36e7c286636d778 Mon Sep 17 00:00:00 2001 From: "jiyong.min" Date: Mon, 7 Oct 2019 10:55:10 +0900 Subject: [PATCH] Remove unused retval Change-Id: I5880aeaaf0fb8cda36492272eb2aa5acbfdd00b4 --- include/media_controller_client.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/media_controller_client.h b/include/media_controller_client.h index a7388eb..164bd2c 100644 --- a/include/media_controller_client.h +++ b/include/media_controller_client.h @@ -1333,7 +1333,6 @@ int mc_client_unset_custom_event_received_cb(mc_client_h client); * @retval #MEDIA_CONTROLLER_ERROR_INVALID_PARAMETER Invalid parameter * @retval #MEDIA_CONTROLLER_ERROR_INVALID_OPERATION Invalid operation * @retval #MEDIA_CONTROLLER_ERROR_OUT_OF_MEMORY Out of memory - * @retval #MEDIA_CONTROLLER_ERROR_ABILITY_LIMITED_BY_SERVER_APP Limited by server application * * @pre Create a media controller server handle by calling mc_server_create(). * @see mc_client_create() -- 2.7.4