Remove unused PVR, UHD APIs
[platform/core/api/media-content.git] / include_product / media_pvr.h
index 165422c..ae6af03 100755 (executable)
@@ -50,7 +50,6 @@ typedef enum {
        MEDIA_PVR_ASPECTRATIO_100_221           = 4, /* 1:2.21 */
 } media_pvr_aspectratio_e;
 
-int media_pvr_get_media_count_from_db(filter_h filter, int *media_count);
 int media_pvr_foreach_media_from_db(filter_h filter, media_pvr_cb callback, void *user_data);
 int media_pvr_destroy(media_pvr_h pvr);
 int media_pvr_clone(media_pvr_h *dst, media_pvr_h src);
@@ -102,15 +101,11 @@ int media_pvr_get_guidance_length(media_pvr_h pvr, int* guidance_length);
 int media_pvr_get_tvmode(media_pvr_h pvr, int* tvmode);
 int media_pvr_get_play_count(media_pvr_h pvr, int* play_count);
 int media_pvr_get_private_data(media_pvr_h pvr, char **private_data);
-int media_pvr_get_highlight(media_pvr_h pvr, bool *highlight);
 int media_pvr_set_play_count(media_pvr_h pvr, int play_count);
 int media_pvr_set_program_title(media_pvr_h pvr, const char *program_title);
 int media_pvr_set_content_lock(media_pvr_h pvr, bool content_lock);
 int media_pvr_set_content_watch(media_pvr_h pvr, bool content_watch);
-int media_pvr_set_highlight(media_pvr_h pvr, bool highlight);
 int media_pvr_update_to_db(media_pvr_h pvr);
-int media_pvr_group_foreach_media_from_db(const char *group_name, media_group_e group, filter_h filter, media_pvr_cb callback, void *user_data);
-int media_pvr_set_is_local_record(const char *pvr_path, bool is_local_record);
 
 #ifdef __cplusplus
 }