Remove unused a-gif functions 39/191139/1
authorjiyong.min <jiyong.min@samsung.com>
Thu, 11 Oct 2018 23:00:06 +0000 (08:00 +0900)
committerjiyong.min <jiyong.min@samsung.com>
Thu, 11 Oct 2018 23:00:57 +0000 (08:00 +0900)
(It will support only default value.)

Change-Id: Ibebaf8feeb8f50ba599eae04c931c022e3d26c59

include/image_util_internal.h

index a53e077..2d01346 100755 (executable)
@@ -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.