diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-09-05 21:55:56 +0300 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-09-05 21:55:56 +0300 |
commit | cd895d6e583f42349ca3bc330d82c66740ce08ab (patch) | |
tree | 4367d6ee2d3d3e9df896ad25501d80446aef32ba /indra/newview/llwlparamset.h | |
parent | 23acff80c083c442edddbe3fbb1754d640496704 (diff) | |
parent | 05f1e3e7138c4eca27d4047bd9727a4fba0c9dc0 (diff) |
Merged in lindenlab/viewer-bear
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; |