diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-09-03 00:25:07 +0300 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-09-03 00:25:07 +0300 |
commit | e8194e6aba4394930868f9b883192f2ec0b4e710 (patch) | |
tree | e1e4eca833624bf307897f69b63d6462e9de1cf5 /indra/newview/llwlparamset.h | |
parent | 1aedd96cd1d22520adea5e414a689231c4b95b22 (diff) |
SL-11856 Backed out SL-11012
changeset: 0d43d9754b79
Diffstat (limited to 'indra/newview/llwlparamset.h')
-rw-r--r-- | indra/newview/llwlparamset.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/indra/newview/llwlparamset.h b/indra/newview/llwlparamset.h index 9874f0f2e0..6e5f1d3a4b 100644 --- a/indra/newview/llwlparamset.h +++ b/indra/newview/llwlparamset.h @@ -136,9 +136,6 @@ public: void setEastAngle(F32 val); F32 getEastAngle(); - - void setAmbient(const LLVector4& val); - LLVector4 getAmbient(); @@ -210,11 +207,6 @@ inline F32 LLWLParamSet::getEastAngle() { return (F32) mParamValues["east_angle"].asReal(); } -inline LLVector4 LLWLParamSet::getAmbient() { - bool error; - return mParamValues.has("ambient") ? getVector("ambient", error) : LLVector4(0.5f, 0.75f, 1.0f, 1.19f); -} - inline void LLWLParamSet::setEnableCloudScrollX(bool val) { mParamValues["enable_cloud_scroll"][0] = val; |