From d4dcae0ac9af5adee85c56b6d55024132272b15c Mon Sep 17 00:00:00 2001 From: andreykproductengine Date: Thu, 2 Oct 2014 16:37:59 +0300 Subject: MAINT-4501 FIXED Viewer spams error message if it can't find an audio device --- indra/newview/llviewerobject.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'indra') 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; } -- cgit v1.2.3