Cleanup: Silence warnings

This commit is contained in:
Dalai Felinto
2020-03-27 10:24:36 +01:00
parent 96b3463e25
commit 3441862c96

View File

@@ -550,12 +550,12 @@ void BKE_sound_destroy_scene(Scene *scene)
} }
} }
void BKE_sound_lock_scene(struct Scene *scene) void BKE_sound_lock_scene(struct Scene *UNUSED(scene))
{ {
AUD_Device_lock(sound_device); AUD_Device_lock(sound_device);
} }
void BKE_sound_unlock_scene(struct Scene *scene) void BKE_sound_unlock_scene(struct Scene *UNUSED(scene))
{ {
AUD_Device_unlock(sound_device); AUD_Device_unlock(sound_device);
} }