]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sound.h
removed S_StartSound_StartPosition function because it was unnecessary
[xonotic/darkplaces.git] / sound.h
diff --git a/sound.h b/sound.h
index 86839d17aba80a6c93e8a90d5c50043ee56de9a7..cacb23ae5e878818c03319727cbe6995e765cad9 100644 (file)
--- a/sound.h
+++ b/sound.h
@@ -97,7 +97,6 @@ qboolean S_IsSoundPrecached (const sfx_t *sfx);
 
 // S_StartSound returns the channel index, or -1 if an error occurred
 int S_StartSound (int entnum, int entchannel, sfx_t *sfx, vec3_t origin, float fvol, float attenuation);
-int S_StartSound_StartPosition (int entnum, int entchannel, sfx_t *sfx, vec3_t origin, float fvol, float attenuation, float startposition);
 int S_StartSound_StartPosition_Flags (int entnum, int entchannel, sfx_t *sfx, vec3_t origin, float fvol, float attenuation, float startposition, int flags, float fspeed);
 qboolean S_LocalSound (const char *s);