summaryrefslogtreecommitdiff
path: root/indra/llinventory/llsettingssky.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llinventory/llsettingssky.cpp')
-rw-r--r--indra/llinventory/llsettingssky.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/indra/llinventory/llsettingssky.cpp b/indra/llinventory/llsettingssky.cpp
index f773b64bde..17d259a163 100644
--- a/indra/llinventory/llsettingssky.cpp
+++ b/indra/llinventory/llsettingssky.cpp
@@ -1180,7 +1180,6 @@ void LLSettingsSky::loadValuesFromLLSD()
mHDRMax = 2.0f;
mHDRMin = 0.5f;
mHDROffset = 1.0f;
- mTonemapMix = 1.0f;
mSunTextureId = settings[SETTING_SUN_TEXTUREID].asUUID();
mMoonTextureId = settings[SETTING_MOON_TEXTUREID].asUUID();
@@ -2056,14 +2055,6 @@ F32 LLSettingsSky::getHDROffset() const
return mHDROffset;
}
-F32 LLSettingsSky::getTonemapMix() const
-{
- if (mCanAutoAdjust)
- return 0.0f;
-
- return mTonemapMix;
-}
-
void LLSettingsSky::setGamma(F32 val)
{
mGamma = val;