diff options
author | Mike Antipov <mantipov@productengine.com> | 2009-12-23 16:50:16 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2009-12-23 16:50:16 +0200 |
commit | b0ed2ab7d92d79f0bb7005a7533c5c0e42f5bce7 (patch) | |
tree | 0cd955c7392ab76bb04af2dc32a4bcc307968c97 /indra/newview/llcallfloater.h | |
parent | 15fb7171186413e0d5662c1af68fa9d6a9182b9a (diff) |
Work on normal task EXT-3636 (Code Improvements: Voice control panels - Make Voice states and fade timeout xml driven)
-- made timeout to fade HAS LEFT Voice participant xml driven
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llcallfloater.h')
-rw-r--r-- | indra/newview/llcallfloater.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/llcallfloater.h b/indra/newview/llcallfloater.h index 537c57f671..ee3bc9b9fe 100644 --- a/indra/newview/llcallfloater.h +++ b/indra/newview/llcallfloater.h @@ -57,12 +57,6 @@ class LLSpeakerMgr; class LLCallFloater : public LLDockableFloater, LLVoiceClientParticipantObserver { public: - struct Params : public LLInitParam::Block<Params, LLDockableFloater::Params> - { - Optional<S32> voice_left_remove_delay; - - Params(); - }; LOG_CLASS(LLCallFloater); |