summaryrefslogtreecommitdiff
path: root/indra/newview/llnearbychatbar.cpp
diff options
context:
space:
mode:
authorYuri Chebotarev <ychebotarev@productengine.com>2009-11-10 20:13:17 +0200
committerYuri Chebotarev <ychebotarev@productengine.com>2009-11-10 20:13:17 +0200
commitebbca6470aa04c29712d92f6b52467188663e055 (patch)
tree13b62d698ebc48d9efa1d65991744c71f9ff407e /indra/newview/llnearbychatbar.cpp
parentf15767bbef4e0a87aa032e265b3a0a8d4db907e1 (diff)
parentc673ef4a913691cea8e94b688937084edb821f68 (diff)
merge
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llnearbychatbar.cpp')
-rw-r--r--indra/newview/llnearbychatbar.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llnearbychatbar.cpp b/indra/newview/llnearbychatbar.cpp
index bcb4edd7c1..d54545971b 100644
--- a/indra/newview/llnearbychatbar.cpp
+++ b/indra/newview/llnearbychatbar.cpp
@@ -695,11 +695,6 @@ LLWString LLNearbyChatBar::stripChannelNumber(const LLWString &mesg, S32* channe
}
}
-void LLNearbyChatBar::setPTTState(bool state)
-{
- mSpeakBtn->setSpeakBtnToggleState(state);
-}
-
void send_chat_from_viewer(const std::string& utf8_out_text, EChatType type, S32 channel)
{
LLMessageSystem* msg = gMessageSystem;