From: Abuzar Maqsood Date: Tue, 2 Apr 2024 04:08:10 +0000 (+0530) Subject: [ITC][media-content][Non-ACR] removed depricated API entry from mobile header file X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ee76af01bcad873a277a244de3d8adb1a48246d3;p=test%2Ftct%2Fnative%2Fapi.git [ITC][media-content][Non-ACR] removed depricated API entry from mobile header file Change-Id: I17ae5f35673f913a2a067ec99fbcfaf291d43f53 Signed-off-by: Abuzar Maqsood --- diff --git a/src/itc/media-content/tct-media-content-native_mobile.h b/src/itc/media-content/tct-media-content-native_mobile.h index 25710faaf..41d8f3e25 100755 --- a/src/itc/media-content/tct-media-content-native_mobile.h +++ b/src/itc/media-content/tct-media-content-native_mobile.h @@ -96,7 +96,6 @@ extern int ITc_audio_meta_clone_destroy_p(void); extern int ITc_audio_meta_get_album_p(void); extern int ITc_audio_meta_get_album_artist_p(void); extern int ITc_audio_meta_get_artist_p(void); -extern int ITc_audio_meta_get_copyright_p(void); extern int ITc_audio_meta_get_genre_p(void); extern int ITc_audio_meta_get_media_id_p(void); extern int ITc_audio_meta_get_track_num_p(void); @@ -173,7 +172,6 @@ testcase tc_array[] = { {"ITc_audio_meta_get_album_p",ITc_audio_meta_get_album_p,ITs_media_content_audio_meta_startup,ITs_media_content_audio_meta_cleanup}, {"ITc_audio_meta_get_album_artist_p",ITc_audio_meta_get_album_artist_p,ITs_media_content_audio_meta_startup,ITs_media_content_audio_meta_cleanup}, {"ITc_audio_meta_get_artist_p",ITc_audio_meta_get_artist_p,ITs_media_content_audio_meta_startup,ITs_media_content_audio_meta_cleanup}, - {"ITc_audio_meta_get_copyright_p",ITc_audio_meta_get_copyright_p,ITs_media_content_audio_meta_startup,ITs_media_content_audio_meta_cleanup}, {"ITc_audio_meta_get_genre_p",ITc_audio_meta_get_genre_p,ITs_media_content_audio_meta_startup,ITs_media_content_audio_meta_cleanup}, {"ITc_audio_meta_get_media_id_p",ITc_audio_meta_get_media_id_p,ITs_media_content_audio_meta_startup,ITs_media_content_audio_meta_cleanup}, {"ITc_audio_meta_get_track_num_p",ITc_audio_meta_get_track_num_p,ITs_media_content_audio_meta_startup,ITs_media_content_audio_meta_cleanup},