From: hyunho Date: Fri, 11 May 2018 00:27:13 +0000 (+0900) Subject: Remove dangling api declaration X-Git-Tag: accepted/tizen/unified/20180514.094151~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7a922d899929cdc2c7020daffcd01ca692c164fa;p=platform%2Fcore%2Fappfw%2Fwatchface-complication.git Remove dangling api declaration Change-Id: I89f8e5c896c77bcece8f28034ff61a925ef40eb3 Signed-off-by: hyunho --- diff --git a/watchface-complication/include/watchface-editable.h b/watchface-complication/include/watchface-editable.h index ac3496a..3ce9920 100755 --- a/watchface-complication/include/watchface-editable.h +++ b/watchface-complication/include/watchface-editable.h @@ -642,33 +642,6 @@ _watchface_editable_update_requested_cb(const watchface_editable_h handle, int watchface_editable_get_cur_data_idx(const watchface_editable_h handle, int *idx); /** - * @brief Sets the index of the current data. - * @since_tizen 5.0 - * @param[in] handle The editable handle - * @param[in] idx Index - * @return #WATCHFACE_COMPLICATION_ERROR_NONE if success, other value if failure - * @retval #WATCHFACE_COMPLICATION_ERROR_NONE Success - * @retval #WATCHFACE_COMPLICATION_ERROR_INVALID_PARAMETER Invalid parameter - * @retval #WATCHFACE_COMPLICATION_ERROR_NOT_SUPPORTED Not supported - * @par Sample code: - * @code -#include -_watchface_editable_update_requested_cb(const watchface_editable_h handle, - int selected_idx, const watchface_editable_edit_state_e state, - void *user_data) -{ - int ret; - int cur_idx = 1; - - ret = watchface_editable_set_cur_data_idx(handle, cur_idx); - if (ret != WATCHFACE_COMPLICATION_ERROR_NONE) - return; -} - * @endcode - */ -int watchface_editable_set_cur_data_idx(const watchface_editable_h handle, int idx); - -/** * @brief Gets the id of editable. * @since_tizen 5.0 * @param[in] handle The editable handle