diff options
Diffstat (limited to 'indra/newview/llagent.cpp')
-rw-r--r-- | indra/newview/llagent.cpp | 5 |
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; } |