]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sound.h
fix a memory leak in one error case in LoadTGA and clean up things a little
[xonotic/darkplaces.git] / sound.h
diff --git a/sound.h b/sound.h
index f5ab1b7583df9b404211dea36da20aaccefd7d55..af734196cc8fcddfab8aee88a4aa82198a34c3fc 100644 (file)
--- a/sound.h
+++ b/sound.h
@@ -75,7 +75,6 @@ void S_StaticSound (sfx_t *sfx, vec3_t origin, float fvol, float attenuation);
 void S_StopSound (int entnum, int entchannel);
 void S_StopAllSounds (void);
 void S_PauseGameSounds (qboolean toggle);
-void S_ClearBuffer (void);
 
 void S_StopChannel (unsigned int channel_ind);
 qboolean S_SetChannelFlag (unsigned int ch_ind, unsigned int flag, qboolean value);