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/llpanellandaudio.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/llpanellandaudio.h')
-rw-r--r-- | linden/indra/newview/llpanellandaudio.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llpanellandaudio.h b/linden/indra/newview/llpanellandaudio.h index 82e27f6..b443beb 100644 --- a/linden/indra/newview/llpanellandaudio.h +++ b/linden/indra/newview/llpanellandaudio.h | |||
@@ -50,11 +50,12 @@ public: | |||
50 | 50 | ||
51 | private: | 51 | private: |
52 | static void onCommitAny(LLUICtrl* ctrl, void *userdata); | 52 | static void onCommitAny(LLUICtrl* ctrl, void *userdata); |
53 | static void onClickSoundHelp(void*); | ||
53 | 54 | ||
54 | private: | ||
55 | LLCheckBoxCtrl* mCheckSoundLocal; | 55 | LLCheckBoxCtrl* mCheckSoundLocal; |
56 | LLRadioGroup* mRadioVoiceChat; | 56 | LLRadioGroup* mRadioVoiceChat; |
57 | LLLineEditor* mMusicURLEdit; | 57 | LLLineEditor* mMusicURLEdit; |
58 | LLButton* mSoundHelpButton; | ||
58 | 59 | ||
59 | LLSafeHandle<LLParcelSelection>& mParcel; | 60 | LLSafeHandle<LLParcelSelection>& mParcel; |
60 | }; | 61 | }; |