From 86610324fc9d7196f53131cb1e424d05b6ad9fe0 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Tue, 2 Dec 2008 16:01:02 +0000 Subject: [PATCH] Comment out unused code. --- Source/OpenTK/Audio/SoundData.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ---