]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sound.h
Removed unused functions S_AmbientOff and S_AmbientOn. Moved S_ClearBuffer declaratio...
[xonotic/darkplaces.git] / sound.h
diff --git a/sound.h b/sound.h
index 55eee7b28da6eafc0f143352b144b5bca9f4d534..70a350b575552d723181ffc0fb979aaa125b1a9d 100644 (file)
--- a/sound.h
+++ b/sound.h
@@ -113,7 +113,6 @@ void S_StopAllSounds(qboolean clear);
 void S_PauseGameSounds (void);
 void S_ResumeGameSounds (void);
 void S_SetChannelVolume (unsigned int ch_ind, float fvol);
-void S_ClearBuffer (void);
 void S_Update(vec3_t origin, vec3_t forward, vec3_t left, vec3_t up);
 void S_ExtraUpdate (void);
 
@@ -187,9 +186,6 @@ void S_UnloadSound(sfx_t *s);
 void SND_InitScaletable (void);
 void SNDDMA_Submit(void);
 
-void S_AmbientOff (void);
-void S_AmbientOn (void);
-
 void *S_LockBuffer(void);
 void S_UnlockBuffer(void);