X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=snd_sdl.c;h=ddd87fe1be57b146add9ec919c7cced29cc371fd;hp=38fb20531a896af68c3432414e07191e7e6b1c56;hb=56a3c771e738f95464663eff324789b647ef7481;hpb=779d7bb70418324659075f1ea9b118895522ee4d diff --git a/snd_sdl.c b/snd_sdl.c index 38fb2053..ddd87fe1 100644 --- 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);