summaryrefslogtreecommitdiff
path: root/indra/newview/llagent.cpp
diff options
context:
space:
mode:
authorRick Pasetto <rick@lindenlab.com>2010-02-10 17:31:46 -0800
committerRick Pasetto <rick@lindenlab.com>2010-02-10 17:31:46 -0800
commit234f5a48a70d92e00aded1003814b2b883fa5ef4 (patch)
treecb8f7e8947cb6182cd37cf5c72a0fecc219873b7 /indra/newview/llagent.cpp
parentc680368e19f5be7265e2f15a1f4b626b1600e773 (diff)
Code review feedback: add comments, move teleport hook to a callback in llviewermedia
Review #100
Diffstat (limited to 'indra/newview/llagent.cpp')
-rw-r--r--indra/newview/llagent.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp
index f1eb942b52..2354323a66 100644
--- a/indra/newview/llagent.cpp
+++ b/indra/newview/llagent.cpp
@@ -5981,11 +5981,6 @@ bool LLAgent::teleportCore(bool is_local)
// This was breaking the case of teleporting within a single sim. Backing it out for now.
// gVoiceClient->leaveChannel();
- // Clear the "tentative" autoplay flag (i.e. set it to true)
- // XXX: Do we also want to re-enable all media, because we might teleport
- // somewhere where that media would still exist?
- gSavedSettings.setBOOL("MediaTentativeAutoPlay", true);
-
return true;
}