diff options
author | Merov Linden <merov@lindenlab.com> | 2011-02-08 22:22:25 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2011-02-08 22:22:25 -0800 |
commit | 6ba900073fb79f25c9ff79efee8b83ba3cdf4efd (patch) | |
tree | 076c1b6146c255432ba63681ae8753625046f813 /indra/newview/llviewerobject.cpp | |
parent | 2a13dc7930000f6d2235840f4a7f3a427a0dba67 (diff) | |
parent | 953104660944345c0531b2b2f49bfaf09348d44c (diff) |
STORM-955 : pull into viewer-development
Diffstat (limited to 'indra/newview/llviewerobject.cpp')
-rw-r--r-- | indra/newview/llviewerobject.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llviewerobject.cpp b/indra/newview/llviewerobject.cpp index 090d3cadd4..a7f5bb2a60 100644 --- a/indra/newview/llviewerobject.cpp +++ b/indra/newview/llviewerobject.cpp @@ -477,7 +477,6 @@ void LLViewerObject::initVOClasses() llinfos << "Viewer Object size: " << sizeof(LLViewerObject) << llendl; LLVOGrass::initClass(); LLVOWater::initClass(); - LLVOSky::initClass(); LLVOVolume::initClass(); } |