Comment out unused code.
This commit is contained in:
parent
99b6c8c48a
commit
86610324fc
1 changed files with 1 additions and 1 deletions
|
@ -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 ---
|
||||
|
|
Loading…
Reference in a new issue