summaryrefslogtreecommitdiff
path: root/indra/newview/llimfloater.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2012-09-21 18:12:06 -0700
committerMerov Linden <merov@lindenlab.com>2012-09-21 18:12:06 -0700
commitb5583906d0cce652f456851732db5b1c19659662 (patch)
tree3010a34c70a5ed88900b21738207f3a2f756d668 /indra/newview/llimfloater.cpp
parentfc6bbee3f4ba1abba2956ee92f7ac7ba01d0f59b (diff)
CHUI-340 : WIP : Fix sorting bugs on time for sessions, simplified the update time mechanism and clean up
Diffstat (limited to 'indra/newview/llimfloater.cpp')
-rw-r--r--indra/newview/llimfloater.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llimfloater.cpp b/indra/newview/llimfloater.cpp
index 8268764816..43adfdfd08 100644
--- a/indra/newview/llimfloater.cpp
+++ b/indra/newview/llimfloater.cpp
@@ -907,10 +907,6 @@ void LLIMFloater::updateMessages()
chat.mText = message;
}
- // Update the participant activity time
- mParticipantList->setParticipantTimeNow(from_id);
- llinfos << "Merov debug : LLIMFloater::updateMessages, session = " << mSessionID << ", from = " << msg["from"].asString() << ", uuid = " << msg["from_id"].asString() << ", date = " << LLFrameTimer::getElapsedSeconds() << llendl;
-
// Add the message to the chat log
appendMessage(chat);
mLastMessageIndex = msg["index"].asInteger();