From: jiyong.min Date: Thu, 11 Oct 2018 23:00:06 +0000 (+0900) Subject: Remove unused a-gif functions X-Git-Tag: submit/tizen/20181106.000712^2~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=18149c4e24d5bc099a275991997ff5896493073d;p=platform%2Fcore%2Fapi%2Fimage-util.git Remove unused a-gif functions (It will support only default value.) Change-Id: Ibebaf8feeb8f50ba599eae04c931c022e3d26c59 --- diff --git a/include/image_util_internal.h b/include/image_util_internal.h index a53e077..2d01346 100755 --- a/include/image_util_internal.h +++ b/include/image_util_internal.h @@ -235,46 +235,6 @@ int image_util_frame_set_resolution(image_util_frame_h frame_h, const int width, */ int image_util_frame_set_gif_delay(image_util_frame_h frame_h, const int delay_time); -#if 0 -/** -* @internal -* @brief Sets the position of the frame. -* @since_tizen 4.0 -* -* @param[in] frame_h The frame handle to destroy -* -* @return @c 0 on success, -* otherwise a negative error value -* -* @retval #IMAGE_UTIL_ERROR_NONE Successful -* @retval #IMAGE_UTIL_ERROR_INVALID_PARAMETER Invalid parameter -* @retval #IMAGE_UTIL_ERROR_INVALID_OPERATION Invalid operation -* -* @pre image_util_encode_frame_create() -* @see image_util_encode_frame_create() -*/ -int image_util_frame_set_position(image_util_frame_h frame_h, const int x, const int y, const int width, const int height); - -/** -* @internal -* @brief Sets the disposal mode of the gif. -* @since_tizen 4.0 -* -* @param[in] frame_h The frame handle to destroy -* -* @return @c 0 on success, -* otherwise a negative error value -* -* @retval #IMAGE_UTIL_ERROR_NONE Successful -* @retval #IMAGE_UTIL_ERROR_INVALID_PARAMETER Invalid parameter -* @retval #IMAGE_UTIL_ERROR_INVALID_OPERATION Invalid operation -* -* @pre image_util_encode_frame_create() -* @see image_util_encode_frame_create() -*/ -int image_util_frame_set_gif_disposal_mode(image_util_frame_h frame_h, const int disposal_mode); -#endif - /** * @internal * @brief Sets the frame buffer.