diff options
author | Oz Linden <oz@lindenlab.com> | 2011-05-26 06:31:11 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-05-26 06:31:11 -0400 |
commit | fb9ef6233125d55d47104333d6b0062509850ff4 (patch) | |
tree | db0f1c5a38427dea1b81044bfa09145dc418ab67 /indra/newview/llviewerregion.h | |
parent | 8690fa472bdece537be0392517633bc48b4aa903 (diff) |
storm-1189: remove classic clouds
Diffstat (limited to 'indra/newview/llviewerregion.h')
-rw-r--r-- | indra/newview/llviewerregion.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llviewerregion.h b/indra/newview/llviewerregion.h index eae04b2f0c..4bc487e4cb 100644 --- a/indra/newview/llviewerregion.h +++ b/indra/newview/llviewerregion.h @@ -34,7 +34,6 @@ #include "lldarray.h" #include "llwind.h" -#include "llcloud.h" #include "llstat.h" #include "v3dmath.h" #include "llstring.h" @@ -334,7 +333,6 @@ protected: public: LLWind mWind; - LLCloudLayer mCloudLayer; LLViewerParcelOverlay *mParcelOverlay; LLStat mBitStat; |