Remove an api in voice_control_command.h 76/97376/1
authorsooyeon.kim <sooyeon.kim@samsung.com>
Mon, 14 Nov 2016 04:51:13 +0000 (13:51 +0900)
committerSooyeon Kim <sooyeon.kim@samsung.com>
Mon, 14 Nov 2016 04:52:12 +0000 (20:52 -0800)
Change-Id: I6da638f55fbcad17165b1f38053c21472816be5d
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
include/voice_control_command.h

index 8073991..a6b48b1 100644 (file)
@@ -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
  *