diff options
Diffstat (limited to 'indra/llinventory')
-rw-r--r-- | indra/llinventory/llsettingswater.h | 16 |
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; |