diff options
Diffstat (limited to 'linden/indra/llaudio/audioengine_openal.h')
-rw-r--r-- | linden/indra/llaudio/audioengine_openal.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/linden/indra/llaudio/audioengine_openal.h b/linden/indra/llaudio/audioengine_openal.h index 70de9d4..5ccdcb7 100644 --- a/linden/indra/llaudio/audioengine_openal.h +++ b/linden/indra/llaudio/audioengine_openal.h | |||
@@ -39,10 +39,6 @@ | |||
39 | #include "listener_openal.h" | 39 | #include "listener_openal.h" |
40 | #include "windgen.h" | 40 | #include "windgen.h" |
41 | 41 | ||
42 | #if 1 | ||
43 | #define WIND_BUFFER_SIZE_SEC 0.05f | ||
44 | #endif | ||
45 | |||
46 | 42 | ||
47 | class LLAudioEngine_OpenAL : public LLAudioEngine | 43 | class LLAudioEngine_OpenAL : public LLAudioEngine |
48 | { | 44 | { |
@@ -77,9 +73,7 @@ class LLAudioEngine_OpenAL : public LLAudioEngine | |||
77 | int mNumEmptyWindALBuffers; | 73 | int mNumEmptyWindALBuffers; |
78 | 74 | ||
79 | static const int MAX_NUM_WIND_BUFFERS = 80; | 75 | static const int MAX_NUM_WIND_BUFFERS = 80; |
80 | #if 0 | ||
81 | static const float WIND_BUFFER_SIZE_SEC = 0.05f; // 1/20th sec | 76 | static const float WIND_BUFFER_SIZE_SEC = 0.05f; // 1/20th sec |
82 | #endif | ||
83 | }; | 77 | }; |
84 | 78 | ||
85 | class LLAudioChannelOpenAL : public LLAudioChannel | 79 | class LLAudioChannelOpenAL : public LLAudioChannel |