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:
authorJörg Müller <nexyon@gmail.com>2020-03-28 11:14:07 +0300
committerJörg Müller <nexyon@gmail.com>2020-03-28 11:14:07 +0300
commitbdec24b40d69e875f63657716becc5dd573536f3 (patch)
tree3f7f0077c4f9cf5ff999e7e01f1ae0f7a9036128 /source/blender/blenkernel/BKE_sound.h
parent10bd3fb4cb186f927d8839d2da28eeb90d6722f3 (diff)
Cleanup: Removing unused parameter.
Diffstat (limited to 'source/blender/blenkernel/BKE_sound.h')
-rw-r--r--source/blender/blenkernel/BKE_sound.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_sound.h b/source/blender/blenkernel/BKE_sound.h
index af50e61eb2d..847adf56a93 100644
--- a/source/blender/blenkernel/BKE_sound.h
+++ b/source/blender/blenkernel/BKE_sound.h
@@ -117,8 +117,8 @@ void BKE_sound_ensure_scene(struct Scene *scene);
void BKE_sound_destroy_scene(struct Scene *scene);
-void BKE_sound_lock_scene(struct Scene *scene);
-void BKE_sound_unlock_scene(struct Scene *scene);
+void BKE_sound_lock();
+void BKE_sound_unlock();
void BKE_sound_reset_scene_specs(struct Scene *scene);