]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_null.c
Removed the functions "S_RawSamples_*" and "S_ResampleBuffer16Stereo". They're useles...
[xonotic/darkplaces.git] / snd_null.c
index 35592de9f2829541ab0cc63d4627277303123020..d63f307d5813f355119736d2c1ac48cfb989171f 100755 (executable)
@@ -118,30 +118,3 @@ void S_ExtraUpdate (void)
 void S_LocalSound (const char *s, qboolean stdpath)
 {
 }
-
-void S_RawSamples_Enqueue(short *samples, unsigned int length)
-{
-}
-
-void S_RawSamples_Dequeue(int *samples, unsigned int length)
-{
-}
-
-void S_RawSamples_ClearQueue(void)
-{
-}
-
-int S_RawSamples_QueueWantsMore(void)
-{
-       return 0;
-}
-
-void S_ResampleBuffer16Stereo(short *input, int inputlength, short *output, int outputlength)
-{
-}
-
-int S_RawSamples_SampleRate(void)
-{
-       return 0;
-}
-