summaryrefslogtreecommitdiff
path: root/indra/newview/llsettingsvo.cpp
diff options
context:
space:
mode:
authorGraham Linden graham@lindenlab.com <Graham Linden graham@lindenlab.com>2018-03-06 23:11:53 +0000
committerGraham Linden graham@lindenlab.com <Graham Linden graham@lindenlab.com>2018-03-06 23:11:53 +0000
commit1687719a2523e1a6a9d8ebc8aeac52c530fa8fd0 (patch)
treef00fba9fbe9434e4edbd127eefd9c321a01fd278 /indra/newview/llsettingsvo.cpp
parent82c84027b2d7b126f2e1df0ad8c5203a3b832a02 (diff)
Undo changes to default Sky settings XML.
Undo forced validation of objects built from legacy sky settings.
Diffstat (limited to 'indra/newview/llsettingsvo.cpp')
-rw-r--r--indra/newview/llsettingsvo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llsettingsvo.cpp b/indra/newview/llsettingsvo.cpp
index 61e411496a..30d6684638 100644
--- a/indra/newview/llsettingsvo.cpp
+++ b/indra/newview/llsettingsvo.cpp
@@ -451,7 +451,6 @@ LLSD LLSettingsVOSky::convertToLegacy(const LLSettingsSky::ptr_t &psky, bool isA
LLSD legacy(LLSD::emptyMap());
LLSD settings = psky->getSettings();
-// LEGACY_ATMOSPHERICS
convertAtmosphericsToLegacy(legacy, settings);
legacy[SETTING_CLOUD_COLOR] = ensureArray4(settings[SETTING_CLOUD_COLOR], 1.0);