summaryrefslogtreecommitdiff
path: root/indra/newview/llnearbychat.cpp
diff options
context:
space:
mode:
authorGilbert Gonzales <gilbert@lindenlab.com>2012-08-02 11:07:52 -0700
committerGilbert Gonzales <gilbert@lindenlab.com>2012-08-02 11:07:52 -0700
commit1728eca264b39822801d9bb6cdfdf56944081852 (patch)
tree695685519ef62ce83caed5168e491357e01b5392 /indra/newview/llnearbychat.cpp
parenta87b27c41ddef15fa4027549c38b0129107ff9f6 (diff)
parent0fa1e2b9ae41bb06e5c7db90900d4f469f44b8d3 (diff)
merge changes
Diffstat (limited to 'indra/newview/llnearbychat.cpp')
-rw-r--r--indra/newview/llnearbychat.cpp2
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"));