Remove pinyin converter
[platform/core/multimedia/libmedia-service.git] / include / media-svc.h
index 53c68c8..8343e40 100755 (executable)
@@ -55,8 +55,6 @@ int media_svc_delete_item_by_path(sqlite3 *handle, const char *storage_id, const
 int media_svc_refresh_item(sqlite3 *handle, bool is_direct, const char *storage_id, ms_user_storage_type_e storage_type, const char *path, uid_t uid);
 int media_svc_send_dir_update_noti(const char *dir_path, const char *folder_id, media_item_update_type_e update_type, int pid);
 int media_svc_publish_noti(media_item_update_type_e update_type, const char *path, media_type_e media_type, const char *uuid, const char *mime_type);
-int media_svc_get_pinyin(const char *src_str, char **pinyin_str);
-int media_svc_check_pinyin_support(bool *support);
 int media_svc_update_item_meta(sqlite3 *handle, uid_t uid);
 
 int media_svc_check_storage(sqlite3 *handle, const char *storage_id, char **storage_path, int *validity);