diff options
author | prep <prep@lindenlab.com> | 2013-04-08 17:10:46 -0400 |
---|---|---|
committer | prep <prep@lindenlab.com> | 2013-04-08 17:10:46 -0400 |
commit | 985b7277e824c39275d9a06c6262b6f394b02133 (patch) | |
tree | 8abf593f00f19912b6fe03a2129e73b20111c9d4 /indra/newview/llspeakers.cpp | |
parent | beeefb45269f45ea717f58b30a0985951ae23c20 (diff) |
WIP SH-4035: confirmation when closing appearance window when changes present
Diffstat (limited to 'indra/newview/llspeakers.cpp')
-rw-r--r-- | indra/newview/llspeakers.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/newview/llspeakers.cpp b/indra/newview/llspeakers.cpp index 3c3c699d17..bf209df863 100644 --- a/indra/newview/llspeakers.cpp +++ b/indra/newview/llspeakers.cpp @@ -855,10 +855,7 @@ void LLIMSpeakerMgr::updateSpeakers(const LLSD& update) } } } -/*prep# - virtual void httpFailure() - llwarns << dumpResponse() << llendl; - */ + void LLIMSpeakerMgr::toggleAllowTextChat(const LLUUID& speaker_id) { LLPointer<LLSpeaker> speakerp = findSpeaker(speaker_id); |