diff options
author | McCabe Maxsted | 2011-06-25 18:03:47 -0700 |
---|---|---|
committer | McCabe Maxsted | 2011-06-25 18:03:47 -0700 |
commit | f5f7f67bdd4df81b1c04ab29e98008bb4d9a6d2b (patch) | |
tree | c593cd15213d784fc1bef5e6dc4573579d77cfe5 /linden/indra/newview/llpanellandmedia.h | |
parent | Fixed windows installer files missing from the repo and added the VS2010 redi... (diff) | |
download | meta-impy-f5f7f67bdd4df81b1c04ab29e98008bb4d9a6d2b.zip meta-impy-f5f7f67bdd4df81b1c04ab29e98008bb4d9a6d2b.tar.gz meta-impy-f5f7f67bdd4df81b1c04ab29e98008bb4d9a6d2b.tar.bz2 meta-impy-f5f7f67bdd4df81b1c04ab29e98008bb4d9a6d2b.tar.xz |
Removed some unused code from the media tab panel and fixed the '?' button in about land > audio
Diffstat (limited to 'linden/indra/newview/llpanellandmedia.h')
-rw-r--r-- | linden/indra/newview/llpanellandmedia.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/linden/indra/newview/llpanellandmedia.h b/linden/indra/newview/llpanellandmedia.h index 845b953..fda99bd 100644 --- a/linden/indra/newview/llpanellandmedia.h +++ b/linden/indra/newview/llpanellandmedia.h | |||
@@ -56,15 +56,11 @@ private: | |||
56 | static void onCommitAny(LLUICtrl* ctrl, void *userdata); | 56 | static void onCommitAny(LLUICtrl* ctrl, void *userdata); |
57 | static void onCommitType(LLUICtrl* ctrl, void *userdata); | 57 | static void onCommitType(LLUICtrl* ctrl, void *userdata); |
58 | static void onSetBtn(void* userdata); | 58 | static void onSetBtn(void* userdata); |
59 | static void onClickSoundHelp(void*); | ||
60 | 59 | ||
61 | private: | 60 | private: |
62 | LLCheckBoxCtrl* mCheckSoundLocal; | ||
63 | LLButton* mSoundHelpButton; | ||
64 | LLCheckBoxCtrl* mCheckEnableVoiceChat; | 61 | LLCheckBoxCtrl* mCheckEnableVoiceChat; |
65 | LLCheckBoxCtrl* mCheckEnableVoiceChatIsEstateDisabled; | 62 | LLCheckBoxCtrl* mCheckEnableVoiceChatIsEstateDisabled; |
66 | LLCheckBoxCtrl* mCheckEnableVoiceChatParcel; | 63 | LLCheckBoxCtrl* mCheckEnableVoiceChatParcel; |
67 | LLLineEditor* mMusicURLEdit; | ||
68 | LLLineEditor* mMediaURLEdit; | 64 | LLLineEditor* mMediaURLEdit; |
69 | LLLineEditor* mMediaDescEdit; | 65 | LLLineEditor* mMediaDescEdit; |
70 | LLComboBox* mMediaTypeCombo; | 66 | LLComboBox* mMediaTypeCombo; |