summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterimsessiontab.cpp
diff options
context:
space:
mode:
authormaximbproductengine <maximbproductengine@lindenlab.com>2013-01-04 16:48:34 +0200
committermaximbproductengine <maximbproductengine@lindenlab.com>2013-01-04 16:48:34 +0200
commit4d971c43518f02fe202cf437f059250061cd9756 (patch)
tree15c857a469a913f255da8579aa146c210b4c3a72 /indra/newview/llfloaterimsessiontab.cpp
parent3d83fc3da5b0fa20bb631bfd2c94368946905675 (diff)
CHUI-608 (Conversations floater can be resized too small once a conversation is torn off)
Diffstat (limited to 'indra/newview/llfloaterimsessiontab.cpp')
-rw-r--r--indra/newview/llfloaterimsessiontab.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llfloaterimsessiontab.cpp b/indra/newview/llfloaterimsessiontab.cpp
index 4e79bd0ac8..f5b657fa60 100644
--- a/indra/newview/llfloaterimsessiontab.cpp
+++ b/indra/newview/llfloaterimsessiontab.cpp
@@ -751,11 +751,6 @@ void LLFloaterIMSessionTab::onTearOffClicked()
{
forceReshape();
}
- LLFloaterIMContainer* container = LLFloaterIMContainer::getInstance();
- if (container)
- {
- container->assignResizeLimits();
- }
refreshConversation();
updateGearBtn();
}