diff options
Diffstat (limited to 'OpenAL32/Include/alSource.h')
-rw-r--r-- | OpenAL32/Include/alSource.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h index 85a73059..0802cbaa 100644 --- a/OpenAL32/Include/alSource.h +++ b/OpenAL32/Include/alSource.h @@ -78,10 +78,6 @@ typedef struct ALsource ALint lOffset; ALint lOffsetType; - // Only valid for static sources types - ALint LoopStart; - ALint LoopEnd; - // Source Type (Static, Streaming, or Undetermined) ALint lSourceType; |