diff options
author | Rick Pasetto <rick@lindenlab.com> | 2010-01-15 11:10:49 -0800 |
---|---|---|
committer | Rick Pasetto <rick@lindenlab.com> | 2010-01-15 11:10:49 -0800 |
commit | dfa5ade487e82eb7c853edccf2ccfeddcf1f0732 (patch) | |
tree | 59f13287b153e4caf0016a12534ac8ba47b080bb /indra/newview/llpanelprimmediacontrols.h | |
parent | eb560796faaac95609edb90b19b3e08299f730eb (diff) |
Remove crufty and unused volume up/down controls
Diffstat (limited to 'indra/newview/llpanelprimmediacontrols.h')
-rw-r--r-- | indra/newview/llpanelprimmediacontrols.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llpanelprimmediacontrols.h b/indra/newview/llpanelprimmediacontrols.h index 419f033628..743cec70a1 100644 --- a/indra/newview/llpanelprimmediacontrols.h +++ b/indra/newview/llpanelprimmediacontrols.h @@ -156,8 +156,6 @@ private: LLUICtrl *mMediaPlaySliderCtrl; LLUICtrl *mVolumeCtrl; LLButton *mMuteBtn; - LLUICtrl *mVolumeUpCtrl; - LLUICtrl *mVolumeDownCtrl; LLSliderCtrl *mVolumeSliderCtrl; LLIconCtrl *mWhitelistIcon; LLIconCtrl *mSecureLockIcon; |