summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xindra/newview/llavataractions.cpp5
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;
}