]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_mix.c
major overhaul for thread-safety - many global variables and static
[xonotic/darkplaces.git] / snd_mix.c
index cf992904c96c672a997849601df81760ae7c00c4..4f3310bfcf1a83b3ef3eaad472b70fa7e850ceae 100644 (file)
--- a/snd_mix.c
+++ b/snd_mix.c
@@ -28,7 +28,6 @@ static portable_sampleframe_t paintbuffer_unswapped[PAINTBUFFER_SIZE];
 
 extern speakerlayout_t snd_speakerlayout; // for querying the listeners
 
-extern void SCR_CaptureVideo_SoundFrame(const portable_sampleframe_t *paintbuffer, size_t length);
 static void S_CaptureAVISound(const portable_sampleframe_t *paintbuffer, size_t length)
 {
        size_t i;