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
|
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 ---
|
||||||
|
|
Loading…
Reference in a new issue