From 668b64380a7ef5c5079f436dc145a625af56b402 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Sun, 8 Mar 2020 20:45:00 +0100 Subject: Cleanup: Sound: Move to IDTypeInfo and remove unused BKE API. --- source/blender/blenkernel/BKE_sound.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'source/blender/blenkernel/BKE_sound.h') diff --git a/source/blender/blenkernel/BKE_sound.h b/source/blender/blenkernel/BKE_sound.h index e2866728bba..e6d931276bf 100644 --- a/source/blender/blenkernel/BKE_sound.h +++ b/source/blender/blenkernel/BKE_sound.h @@ -80,8 +80,6 @@ void BKE_sound_reset_runtime(struct bSound *sound); void BKE_sound_load(struct Main *main, struct bSound *sound); void BKE_sound_ensure_loaded(struct Main *bmain, struct bSound *sound); -void BKE_sound_free(struct bSound *sound); - /* Matches AUD_Channels. */ typedef enum eSoundChannels { SOUND_CHANNELS_INVALID = 0, @@ -106,13 +104,6 @@ typedef struct SoundInfo { * or if the codes is not supported. */ bool BKE_sound_info_get(struct Main *main, struct bSound *sound, SoundInfo *sound_info); -void BKE_sound_copy_data(struct Main *bmain, - struct bSound *sound_dst, - const struct bSound *sound_src, - const int flag); - -void BKE_sound_make_local(struct Main *bmain, struct bSound *sound, const int flags); - #if defined(WITH_AUDASPACE) AUD_Device *BKE_sound_mixdown(struct Scene *scene, AUD_DeviceSpecs specs, int start, float volume); #endif -- cgit v1.2.3