diff options
author | Merov Linden <merov@lindenlab.com> | 2012-11-30 14:12:46 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-11-30 14:12:46 -0800 |
commit | 47a1a0468156153155f5e9b6c720b9b6cb62c263 (patch) | |
tree | c826ddc99dbb064c4148934681fbaca001cd3b83 /indra/newview/llfloaterimsession.h | |
parent | 2843ba11bccf5f5ca447138ad06bc2b557267899 (diff) |
CHUI-570 : Fixed : Take the typing state when updating the title, also make refresh update less frequent (perf).
Diffstat (limited to 'indra/newview/llfloaterimsession.h')
-rw-r--r-- | indra/newview/llfloaterimsession.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfloaterimsession.h b/indra/newview/llfloaterimsession.h index f4ec2d457d..72a320041f 100644 --- a/indra/newview/llfloaterimsession.h +++ b/indra/newview/llfloaterimsession.h @@ -174,7 +174,6 @@ private: LLUUID mOtherParticipantUUID; bool mPositioned; - std::string mSavedTitle; LLUIString mTypingStart; bool mMeTyping; bool mOtherTyping; |