diff options
author | Merov Linden <merov@lindenlab.com> | 2012-09-05 18:55:07 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-09-05 18:55:07 -0700 |
commit | 1229f42ade088f69164b59742305119bacc8f4de (patch) | |
tree | ec5e3b55fd96e2ba97c83c873556a750acfa5501 /indra/newview/llimfloatercontainer.cpp | |
parent | e271c47994fc9dd86bda9d6ad7e79799229e52aa (diff) |
CHUI-285 : Clear the needs refresh flag when refreshing, comment clean up.
Diffstat (limited to 'indra/newview/llimfloatercontainer.cpp')
-rw-r--r-- | indra/newview/llimfloatercontainer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llimfloatercontainer.cpp b/indra/newview/llimfloatercontainer.cpp index 1be0c5f075..56648d09b5 100644 --- a/indra/newview/llimfloatercontainer.cpp +++ b/indra/newview/llimfloatercontainer.cpp @@ -552,7 +552,6 @@ void LLIMFloaterContainer::repositioningWidgets() } } -// CHUI-137 : Temporary implementation of conversations list void LLIMFloaterContainer::addConversationListItem(const LLUUID& uuid) { bool is_nearby_chat = uuid.isNull(); |