diff options
author | Richard Linden <none@none> | 2012-01-19 20:00:42 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2012-01-19 20:00:42 -0800 |
commit | f42a8a768c3028e81a48b19ac75943f15bfedf1e (patch) | |
tree | 27910bf931176f916c3362e8d24b60bd8854d6ba /indra/newview/llimfloater.cpp | |
parent | 29ad432c8bdc3a69c7241de28e217d27b71947d6 (diff) |
fixed build
Diffstat (limited to 'indra/newview/llimfloater.cpp')
-rw-r--r-- | indra/newview/llimfloater.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/llimfloater.cpp b/indra/newview/llimfloater.cpp index 228260c41a..f67464078b 100644 --- a/indra/newview/llimfloater.cpp +++ b/indra/newview/llimfloater.cpp @@ -234,12 +234,6 @@ LLIMFloater::~LLIMFloater() //virtual BOOL LLIMFloater::postBuild() { - // User-resizable control panels in P2P sessions look ugly (EXT-3470). - if (mDialog == IM_NOTHING_SPECIAL || mDialog == IM_SESSION_P2P_INVITE) - { - getChild<LLLayoutStack>("im_panels")->setPanelUserResize("panel_im_control_panel", FALSE); - } - const LLUUID& other_party_id = LLIMModel::getInstance()->getOtherParticipantID(mSessionID); if (other_party_id.notNull()) { |