]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_sdl.c
- SFXs no longer allocate mempools, they use the sound mempool directly.
[xonotic/darkplaces.git] / snd_sdl.c
index 38fb20531a896af68c3432414e07191e7e6b1c56..ddd87fe1be57b146add9ec919c7cced29cc371fd 100644 (file)
--- a/snd_sdl.c
+++ b/snd_sdl.c
@@ -39,7 +39,6 @@ typedef struct AudioState_s
 } AudioState;
 
 
-extern mempool_t *snd_mempool;
 static AudioState       as;
 
 static void Buffer_Callback(void *userdata, Uint8 *stream, int len);