summaryrefslogtreecommitdiff
path: root/indra/newview/lloutputmonitorctrl.h
diff options
context:
space:
mode:
authormberezhnoy <mberezhnoy@productengine.com>2013-03-01 12:58:18 +0200
committermberezhnoy <mberezhnoy@productengine.com>2013-03-01 12:58:18 +0200
commite33efdbc720ffb127a1efae790dcbcb58790ceb9 (patch)
tree02db0b0e6be0fa1462c49db9dd3cc5f47568fb66 /indra/newview/lloutputmonitorctrl.h
parent2439956242670cfc52e6d27f0b37bb3b6f0ab6e0 (diff)
parent31e5465158db171a4ac6d3aa48d44e8a62c012f9 (diff)
merging
Diffstat (limited to 'indra/newview/lloutputmonitorctrl.h')
-rw-r--r--indra/newview/lloutputmonitorctrl.h3
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; }