diff options
author | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2013-02-27 01:35:27 +0200 |
---|---|---|
committer | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2013-02-27 01:35:27 +0200 |
commit | 31e5465158db171a4ac6d3aa48d44e8a62c012f9 (patch) | |
tree | 11d479040f115fb5a03938c6373f4ec9ebe5491b /indra/newview/lloutputmonitorctrl.h | |
parent | 3c121e83446a755220f83f21637193d011c5b5a7 (diff) |
CHUI-788 FIXED Mute icon not shown in participant list in conversation floater
Diffstat (limited to 'indra/newview/lloutputmonitorctrl.h')
-rw-r--r-- | indra/newview/lloutputmonitorctrl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/lloutputmonitorctrl.h b/indra/newview/lloutputmonitorctrl.h index af2fd45823..a346909027 100644 --- a/indra/newview/lloutputmonitorctrl.h +++ b/indra/newview/lloutputmonitorctrl.h @@ -73,9 +73,6 @@ public: void setPower(F32 val); F32 getPower(F32 val) const { return mPower; } - bool getIsMuted() const { return mIsMuted; } - void setIsMuted(bool val) { mIsMuted = val; } - // For the current user, need to know the PTT state to show // correct button image. void setIsAgentControl(bool val) { mIsAgentControl = val; } |