diff --git a/Source/OpenTK/Audio/SoundData.cs b/Source/OpenTK/Audio/SoundData.cs index 4b41c52d..274ab2a9 100644 --- a/Source/OpenTK/Audio/SoundData.cs +++ b/Source/OpenTK/Audio/SoundData.cs @@ -16,7 +16,7 @@ namespace OpenTK.Audio public class SoundData { byte[] buffer; - int data_length; // The actual position of the last sample (the buffer may be larger than this). + //int data_length; // The actual position of the last sample (the buffer may be larger than this). SoundFormat format; #region --- Constructors ---