diff options
author | Jonathan Yap <none@none> | 2013-01-18 05:40:17 -0500 |
---|---|---|
committer | Jonathan Yap <none@none> | 2013-01-18 05:40:17 -0500 |
commit | 70722454f6650438c9b659ff08b4d7bc6dfc2e7e (patch) | |
tree | 6851ccce1f326adb741b2d9239dcd43519cff3f1 /indra/newview/llavataractions.cpp | |
parent | 184f07fbc8acbc9bb509588ff532fe587fa24a22 (diff) |
STORM-1838 Removed block of commented out code
Diffstat (limited to 'indra/newview/llavataractions.cpp')
-rwxr-xr-x | indra/newview/llavataractions.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llavataractions.cpp b/indra/newview/llavataractions.cpp index 0d00232c2f..b2fb691a85 100755 --- a/indra/newview/llavataractions.cpp +++ b/indra/newview/llavataractions.cpp @@ -429,11 +429,6 @@ void LLAvatarActions::teleportRequest(const LLUUID& id) EMPTY_BINARY_BUCKET, EMPTY_BINARY_BUCKET_SIZE); -/* msg->newMessageFast(_PREHASH_TeleportRequest); - msg->nextBlockFast(_PREHASH_AgentData); - msg->addUUIDFast(_PREHASH_AgentID, id); - msg->addUUIDFast(_PREHASH_SessionID, gAgent.getSessionID()); */ - gAgent.sendReliableMessage(); llwarns << "DBG REQUEST_TELEPORT sent" << llendl; } |