Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2010-02-18 20:00:24 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-02-18 20:00:24 +0300
commitb5adeb922f39dc0424bfbf9fa0ce44c9c917a5a9 (patch)
treef529483a8f21cc7a0ac016c6d1a2421aad5e8bea /source/blender/blenkernel/BKE_sound.h
parent3142c4367cc3648c30c57a070f8bc22513dafaa9 (diff)
revert 27010, sorry but this makes playback of animation unusable & jerky, we can provide some sample files for testing.
Diffstat (limited to 'source/blender/blenkernel/BKE_sound.h')
-rw-r--r--source/blender/blenkernel/BKE_sound.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_sound.h b/source/blender/blenkernel/BKE_sound.h
index 97a2adb6e6b..f44ce47ebcc 100644
--- a/source/blender/blenkernel/BKE_sound.h
+++ b/source/blender/blenkernel/BKE_sound.h
@@ -86,8 +86,6 @@ void sound_stop_scene(struct Scene *scene);
void sound_seek_scene(struct bContext *C);
-float sound_sync_scene(struct Scene *scene);
-
int sound_read_sound_buffer(struct bSound* sound, float* buffer, int length);
#endif