summaryrefslogtreecommitdiff
path: root/indra/newview/llnearbychatbar.cpp
diff options
context:
space:
mode:
authorMike Antipov <mantipov@productengine.com>2009-11-11 18:12:32 +0200
committerMike Antipov <mantipov@productengine.com>2009-11-11 18:12:32 +0200
commitee759fb32eeedc240199c30e0556d4f6db1fe343 (patch)
tree4af76b25b157061ead6a4446356c8b252165bb03 /indra/newview/llnearbychatbar.cpp
parentcb96aa0913567be7c2b0974878c87fda5aa53c55 (diff)
parentb360b994a8f588aa28ab5c5498d5cd79a907fb97 (diff)
merge
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llnearbychatbar.cpp')
-rw-r--r--indra/newview/llnearbychatbar.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llnearbychatbar.cpp b/indra/newview/llnearbychatbar.cpp
index d54545971b..3993431311 100644
--- a/indra/newview/llnearbychatbar.cpp
+++ b/indra/newview/llnearbychatbar.cpp
@@ -260,6 +260,8 @@ bool LLNearbyChatBar::instanceExists()
void LLNearbyChatBar::draw()
{
+// TODO: mantipov: remove
+/*
LLRect rect = getRect();
S32 max_width = getMaxWidth();
@@ -269,6 +271,7 @@ void LLNearbyChatBar::draw()
reshape(rect.getWidth(), rect.getHeight(), FALSE);
setRect(rect);
}
+*/
displaySpeakingIndicator();
LLPanel::draw();