diff options
author | Oz Linden <oz@lindenlab.com> | 2011-05-26 11:30:39 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-05-26 11:30:39 -0400 |
commit | 0eb13bb6824d520fe66e85cba9168a94f4d27635 (patch) | |
tree | 83fee739a6deb3d077625ed3b06fdefa96606d3c /indra/newview/llviewerobject.cpp | |
parent | fb9ef6233125d55d47104333d6b0062509850ff4 (diff) |
storm-1189: remove more of the code for classic clouds
Diffstat (limited to 'indra/newview/llviewerobject.cpp')
-rw-r--r-- | indra/newview/llviewerobject.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llviewerobject.cpp b/indra/newview/llviewerobject.cpp index 6d493bfcd5..c8ecd2577b 100644 --- a/indra/newview/llviewerobject.cpp +++ b/indra/newview/llviewerobject.cpp @@ -81,7 +81,6 @@ #include "llviewerwindow.h" // For getSpinAxis #include "llvoavatar.h" #include "llvoavatarself.h" -#include "llvoclouds.h" #include "llvograss.h" #include "llvoground.h" #include "llvolume.h" @@ -169,8 +168,6 @@ LLViewerObject *LLViewerObject::createObject(const LLUUID &id, const LLPCode pco res = NULL; break; case LL_PCODE_LEGACY_TEXT_BUBBLE: res = new LLVOTextBubble(id, pcode, regionp); break; - case LL_VO_CLOUDS: - res = new LLVOClouds(id, pcode, regionp); break; case LL_VO_SURFACE_PATCH: res = new LLVOSurfacePatch(id, pcode, regionp); break; case LL_VO_SKY: |