From f19a02ea84329a2cdc48fb275921651b79e795ac Mon Sep 17 00:00:00 2001 From: "sooyeon.kim" Date: Mon, 14 Nov 2016 13:51:13 +0900 Subject: [PATCH] Remove an api in voice_control_command.h Change-Id: I6da638f55fbcad17165b1f38053c21472816be5d Signed-off-by: sooyeon.kim --- include/voice_control_command.h | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/include/voice_control_command.h b/include/voice_control_command.h index 8073991..a6b48b1 100644 --- a/include/voice_control_command.h +++ b/include/voice_control_command.h @@ -199,25 +199,6 @@ int vc_cmd_list_remove(vc_cmd_list_h vc_cmd_list, vc_cmd_h vc_command); int vc_cmd_list_foreach_commands(vc_cmd_list_h vc_cmd_list, vc_cmd_list_cb callback, void* user_data); /** - * @brief Retrieves all commands on the system command list using a callback function. - * @since_tizen 3.0 - * - * @param[in] callback Callback function to invoke - * @param[in] user_data The user data to be passed to the callback function - * - * @return 0 on success, otherwise a negative error value - * @retval #VC_ERROR_NONE Successful - * @retval #VC_ERROR_INVALID_PARAMETER Invalid parameter - * @retval #VC_ERROR_PERMISSION_DENIED Permission denied - * @retval #VC_ERROR_NOT_SUPPORTED Not supported - * - * @post This function invokes vc_cmd_list_cb() for each command. - * - * @see vc_cmd_list_cb() - */ -int vc_cmd_list_foreach_system_command(vc_cmd_list_cb callback, void* user_data); - -/** * @brief Moves index to first command. * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif * -- 2.7.4