diff options
author | Jonathan Yap <none@none> | 2011-11-11 12:22:48 -0500 |
---|---|---|
committer | Jonathan Yap <none@none> | 2011-11-11 12:22:48 -0500 |
commit | 57b8da6b4926435f92f0a8568c6ac725774bbbd2 (patch) | |
tree | c0a44c7c02cb2337c30525d806af425c11b76687 /indra | |
parent | 3aaaae15034b1c0e3099662023bc90d5e447d1ac (diff) |
STORM-591 Remove dead line of code to fix mac/linux compile error.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llviewerparcelmgr.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llviewerparcelmgr.cpp b/indra/newview/llviewerparcelmgr.cpp index 928a84e7eb..ada89cc7aa 100644 --- a/indra/newview/llviewerparcelmgr.cpp +++ b/indra/newview/llviewerparcelmgr.cpp @@ -1741,8 +1741,6 @@ void LLViewerParcelMgr::processParcelProperties(LLMessageSystem *msg, void **use std::string music_url = music_url_raw; LLStringUtil::trim(music_url); - const std::string& stream_url = gAudiop->getInternetStreamURL(); - // If there is a new music URL and it's valid, play it. if (music_url.size() > 12) { |