Comment out unused code.

This commit is contained in:
the_fiddler 2008-12-02 16:01:02 +00:00
parent 99b6c8c48a
commit 86610324fc

View file

@ -16,7 +16,7 @@ namespace OpenTK.Audio
public class SoundData public class SoundData
{ {
byte[] buffer; 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; SoundFormat format;
#region --- Constructors --- #region --- Constructors ---