[ITC][media-content][Non-ACR] removed depricated API entry from mobile header file 60/308860/1
authorAbuzar Maqsood <abuzar.m@samsung.com>
Tue, 2 Apr 2024 04:08:10 +0000 (09:38 +0530)
committerAbuzar Maqsood <abuzar.m@samsung.com>
Tue, 2 Apr 2024 04:08:10 +0000 (09:38 +0530)
Change-Id: I17ae5f35673f913a2a067ec99fbcfaf291d43f53
Signed-off-by: Abuzar Maqsood <abuzar.m@samsung.com>
src/itc/media-content/tct-media-content-native_mobile.h

index 25710faaff2b58ca60fd97aa2528861b4ffa60f4..41d8f3e2575ebd1dc1695e40edee7ae78b4d6b01 100755 (executable)
@@ -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},