]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_null.c
rate limited networking ("rate" command in client console, limited by sv_maxrate...
[xonotic/darkplaces.git] / snd_null.c
index b8627b9218961bf6aea6712f179f9d839fedec0b..a1c458697e0a53875d8841bde67980aec0039979 100755 (executable)
@@ -56,6 +56,14 @@ void S_TouchSound (char *sample)
 {
 }
 
+void S_ClearUsed (void)
+{
+}
+
+void S_PurgeUnused (void)
+{
+}
+
 void S_ClearBuffer (void)
 {
 }
@@ -82,10 +90,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 +98,6 @@ void S_StopAllSounds (qboolean clear)
 {
 }
 
-void S_BeginPrecaching (void)
-{
-}
-
-void S_EndPrecaching (void)
-{
-}
-
 void S_ExtraUpdate (void)
 {
 }