Remove links in document
[platform/core/api/media-content.git] / include_product / media_image.h
index bf053ee..3dd6221 100755 (executable)
@@ -28,11 +28,11 @@ extern "C" {
 /**
  * @brief This file contains the image metadata API and related functions to proceed with them.
  *        Functions include cloning and destroying the image metadata, getting image metadata such as width, height, \n
- *        orientation, date taken, title.
+ *        orientation, date taken.
  */
 
 /**
- * @addtogroup CAPI_CONTENT_MEDIA_IMAGE_MODULE
+ * @addtogroup CAPI_CONTENT_MEDIA_IMAGE_META_MODULE
  * @{
  */
 
@@ -232,10 +232,6 @@ int image_meta_get_iso(image_meta_h image, int *iso);
  */
 int image_meta_get_model(image_meta_h image, char **model);
 
-int image_meta_set_orientation(image_meta_h image, media_content_orientation_e orientation) TIZEN_DEPRECATED_API;
-
-int image_meta_update_to_db(image_meta_h image) TIZEN_DEPRECATED_API;
-
 /**
  * @}
  */