]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_null.c
Added a couple of function skeletons for the automatic unloading of unused sounds...
[xonotic/darkplaces.git] / snd_null.c
index b8627b9218961bf6aea6712f179f9d839fedec0b..68e0171a49eeea1471b48789ec3a8d3552706a3d 100755 (executable)
@@ -82,10 +82,6 @@ sfx_t *S_PrecacheSound (char *sample, int complain)
        return NULL;
 }
 
-void S_ClearPrecache (void)
-{
-}
-
 void S_Update(vec3_t origin, vec3_t forward, vec3_t left, vec3_t up)
 {
 }
@@ -94,14 +90,6 @@ void S_StopAllSounds (qboolean clear)
 {
 }
 
-void S_BeginPrecaching (void)
-{
-}
-
-void S_EndPrecaching (void)
-{
-}
-
 void S_ExtraUpdate (void)
 {
 }