diff options
author | andreykproductengine <akleshchev@productengine.com> | 2014-10-02 16:37:59 +0300 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2014-10-02 16:37:59 +0300 |
commit | d4dcae0ac9af5adee85c56b6d55024132272b15c (patch) | |
tree | 54d3a8ed70ae283e40a170566c8db18b6367aacb /indra/newview | |
parent | 238eadde6d8a7df1a8cdab4ed6cb24017479d529 (diff) |
MAINT-4501 FIXED Viewer spams error message if it can't find an audio device
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/llviewerobject.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llviewerobject.cpp b/indra/newview/llviewerobject.cpp index 33b442815d..78e9216f61 100755 --- a/indra/newview/llviewerobject.cpp +++ b/indra/newview/llviewerobject.cpp @@ -5182,7 +5182,6 @@ void LLViewerObject::setAttachedSound(const LLUUID &audio_uuid, const LLUUID& ow { if (!gAudiop) { - LL_WARNS("AudioEngine") << "LLAudioEngine instance doesn't exist!" << LL_ENDL; return; } |