summaryrefslogtreecommitdiff
path: root/indra/llinventory
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2018-08-30 21:39:10 +0100
committerGraham Linden <graham@lindenlab.com>2018-08-30 21:39:10 +0100
commit0c878d7e8206ed949101f7a88ca399aadde9a606 (patch)
tree868ff743906769c570bffe1dbda92998e2f21ed1 /indra/llinventory
parente61fb73f38cbbbbb4728ae822484f88a37094715 (diff)
parentd452fd77eff53c031c74301dd44a35edce6da95b (diff)
Merge
Diffstat (limited to 'indra/llinventory')
-rw-r--r--indra/llinventory/llsettingswater.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/indra/llinventory/llsettingswater.h b/indra/llinventory/llsettingswater.h
index 11d7150ba9..06ee8e68bc 100644
--- a/indra/llinventory/llsettingswater.h
+++ b/indra/llinventory/llsettingswater.h
@@ -200,19 +200,6 @@ public:
}
//-------------------------------------------
- LLVector4 getWaterPlane() const
- {
- update();
- return mWaterPlane;
- }
-
- F32 getWaterFogKS() const
- {
- update();
- return mWaterFogKS;
- }
-
- //-------------------------------------------
LLUUID getNextNormalMapID() const
{
return mNextNormalMapID;
@@ -251,9 +238,6 @@ protected:
LLSettingsWater();
- LLVector4 mWaterPlane;
- F32 mWaterFogKS;
-
private:
LLUUID mNextTransparentTextureID;
LLUUID mNextNormalMapID;