diff options
author | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-12-24 16:36:14 +0200 |
---|---|---|
committer | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-12-24 16:36:14 +0200 |
commit | 9c90822c9d5409f267c5d457489a6fd295dabd2a (patch) | |
tree | e1e3d01b559727b62382afb25edfa6e541c73f2a /indra/newview/llcallfloater.h | |
parent | 2c7e5b91001a981809803adbe8490c756ab8bfc6 (diff) | |
parent | ed29d709c8aa308fca8bf84c84b02157f86c66c1 (diff) |
merge
--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); |