Revert "Add description for deprecation"
[platform/core/api/media-content.git] / include / media_content.h
index 4cf4140..6313fec 100755 (executable)
@@ -192,7 +192,7 @@ int media_content_cancel_scan_folder(const char *path);
  * @see media_content_db_update_cb()
  * @see media_content_unset_db_updated_cb()
  */
-int media_content_set_db_updated_cb(media_content_db_update_cb callback, void *user_data) DEPRECATED_API;
+int media_content_set_db_updated_cb(media_content_db_update_cb callback, void *user_data);
 
 /**
  * @deprecated Deprecated since 3.0. Use media_content_remove_db_updated_cb() instead.
@@ -211,7 +211,7 @@ int media_content_set_db_updated_cb(media_content_db_update_cb callback, void *u
  *
  * @see media_content_set_db_updated_cb()
  */
-int media_content_unset_db_updated_cb(void) DEPRECATED_API;
+int media_content_unset_db_updated_cb(void);
 
 /**
  * @brief Subscribes notifications of the media DB change.