]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_null.c
remove some gl functions that are not used
[xonotic/darkplaces.git] / snd_null.c
index 0e026f0c652250855a5829916c6e1f39f555dd4a..0d7276eab7797ca231c0e3505cc36fb9e6390fb6 100755 (executable)
@@ -49,7 +49,7 @@ void S_Shutdown (void)
 {
 }
 
-void S_ServerSounds (char serversound [][MAX_QPATH], unsigned int numsounds)
+void S_ClearUsed (void)
 {
 }
 
@@ -88,7 +88,7 @@ void S_SetChannelVolume (unsigned int ch_ind, float fvol)
 {
 }
 
-sfx_t *S_PrecacheSound (const char *sample, qboolean complain, qboolean lock)
+sfx_t *S_PrecacheSound (const char *sample, qboolean complain, qboolean serversound)
 {
        return NULL;
 }
@@ -141,3 +141,12 @@ int S_GetSoundChannels(void)
 {
        return 0;
 }
+
+float S_GetChannelPosition (unsigned int ch_ind)
+{
+       return -1;
+}
+
+void SndSys_SendKeyEvents(void)
+{
+}