diff options
author | William Todd Stinson <stinson@lindenlab.com> | 2012-11-15 15:11:22 -0800 |
---|---|---|
committer | William Todd Stinson <stinson@lindenlab.com> | 2012-11-15 15:11:22 -0800 |
commit | e89616aac812a7c6080d577f8a284f6df56a51ea (patch) | |
tree | 9074b6257550cb3b835b7fbd3b83e462e1348fa0 /indra/newview/llfloaterimsessiontab.cpp | |
parent | 70b9dd6ee6af483bf1c96631bb25fd6a3703b351 (diff) |
Backed out changeset: 80bab29003f8 Removing hack fix for CHUI-524.
Diffstat (limited to 'indra/newview/llfloaterimsessiontab.cpp')
-rw-r--r-- | indra/newview/llfloaterimsessiontab.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/llfloaterimsessiontab.cpp b/indra/newview/llfloaterimsessiontab.cpp index 26a97ea422..3a1cc2880a 100644 --- a/indra/newview/llfloaterimsessiontab.cpp +++ b/indra/newview/llfloaterimsessiontab.cpp @@ -313,13 +313,7 @@ void LLFloaterIMSessionTab::onFocusReceived() if (container) { container->selectConversationPair(mSessionID, true); - // XXX stinson 11/15/2012 : calling show stub from this focus handler results in a circular - // logic loop of function calls that eventually result in a stack overflow. - // See CHUI-524 for documentation -#define XXX_STINSON_HACK_CHUI_524 1 -#if !XXX_STINSON_HACK_CHUI_524 container->showStub(! getHost()); -#endif } } |