diff options
Diffstat (limited to 'indra/newview/llsky.h')
-rw-r--r-- | indra/newview/llsky.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llsky.h b/indra/newview/llsky.h index e9e9999ff9..35d669152e 100644 --- a/indra/newview/llsky.h +++ b/indra/newview/llsky.h @@ -117,9 +117,6 @@ protected: F32 mSunPhase; LLColor4 mFogColor; // Color to use for fog and haze - F32 mHaze; // a multiplier to scale the lighting - F32 mDomeRadius; // sky dome size - LLVector3 mLastSunDirection; }; |