diff options
Diffstat (limited to 'indra/newview/llpanelenvironment.cpp')
-rw-r--r-- | indra/newview/llpanelenvironment.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/indra/newview/llpanelenvironment.cpp b/indra/newview/llpanelenvironment.cpp index c9e29e3e79..ab1c7502bb 100644 --- a/indra/newview/llpanelenvironment.cpp +++ b/indra/newview/llpanelenvironment.cpp @@ -41,7 +41,7 @@ #include "llfloaterreg.h" #include "llfloatereditextdaycycle.h" -static LLPanelInjector<LLPanelEnvironmentInfo> register_environment_panel("environment_panel"); +//static LLPanelInjector<LLPanelEnvironmentInfo> register_environment_panel("environment_panel"); LLPanelEnvironmentInfo::LLPanelEnvironmentInfo(): mEnableEditing(false), @@ -348,10 +348,6 @@ void LLPanelEnvironmentInfo::onBtnApply() doApply(); } -void LLPanelEnvironmentInfo::doApply() -{ -} - void LLPanelEnvironmentInfo::onBtnCancel() { // Reload last saved region settings. |