diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2012-08-02 11:07:52 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2012-08-02 11:07:52 -0700 |
commit | 1728eca264b39822801d9bb6cdfdf56944081852 (patch) | |
tree | 695685519ef62ce83caed5168e491357e01b5392 /indra/newview/llnearbychat.cpp | |
parent | a87b27c41ddef15fa4027549c38b0129107ff9f6 (diff) | |
parent | 0fa1e2b9ae41bb06e5c7db90900d4f469f44b8d3 (diff) |
merge changes
Diffstat (limited to 'indra/newview/llnearbychat.cpp')
-rw-r--r-- | indra/newview/llnearbychat.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llnearbychat.cpp b/indra/newview/llnearbychat.cpp index b628697bbc..8f0e6b4c83 100644 --- a/indra/newview/llnearbychat.cpp +++ b/indra/newview/llnearbychat.cpp @@ -150,8 +150,6 @@ BOOL LLNearbyChat::postBuild() // Register for font change notifications LLViewerChat::setFontChangedCallback(boost::bind(&LLNearbyChat::onChatFontChange, this, _1)); - enableResizeCtrls(true, true, false); - // title must be defined BEFORE call addConversationListItem() because // it is used for show the item's name in the conversations list setTitle(getString("NearbyChatTitle")); |