Remove unused product APIs
[platform/core/api/media-content.git] / include_product / media_content_product.h
index 3fbcb75..a835127 100755 (executable)
@@ -65,20 +65,6 @@ int media_info_get_stitched_state(media_info_h media, int *type_360);
  * @retval #MEDIA_CONTENT_ERROR_INVALID_PARAMETER Invalid parameter
  */
 int media_info_get_played_position(media_info_h media, int *played_position);
-/**
- * @brief Gets the provider to media info.
- *
- * @remarks @a modified_month should be released with free() by you.
- *
- * @param[in] media The handle to media info
- * @param[out] category The modified month of media info
- * @return 0 on success, otherwise a negative error value.
- * @retval #MEDIA_CONTENT_ERROR_NONE Successful
- * @retval #MEDIA_CONTENT_ERROR_OUT_OF_MEMORY Out of memory
- * @retval #MEDIA_CONTENT_ERROR_INVALID_PARAMETER Invalid parameter
- *
- */
-int media_info_get_modified_month(media_info_h media, char **modified_month);
 
 /**
  * @brief Gets the played count to content meta handle.