diff options
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llfloatereditdaycycle.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloatereditdaycycle.cpp b/indra/newview/llfloatereditdaycycle.cpp index 36f71d6161..28ff353369 100644 --- a/indra/newview/llfloatereditdaycycle.cpp +++ b/indra/newview/llfloatereditdaycycle.cpp @@ -256,6 +256,7 @@ void LLFloaterEditDayCycle::refreshDayCyclesList() mDayCyclesCombo->removeall(); +#if 0 // Disable editing existing day cycle until the workflow is clear enough. const LLSD& region_day = LLEnvManagerNew::instance().getRegionSettings().getWLDayCycle(); if (region_day.size() > 0) { @@ -263,6 +264,7 @@ void LLFloaterEditDayCycle::refreshDayCyclesList() mDayCyclesCombo->add(key.name, key.toLLSD()); mDayCyclesCombo->addSeparator(); } +#endif const LLDayCycleManager::dc_map_t& map = LLDayCycleManager::instance().getPresets(); for (LLDayCycleManager::dc_map_t::const_iterator it = map.begin(); it != map.end(); ++it) |