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/llstartup.cpp | |
| parent | fb9ef6233125d55d47104333d6b0062509850ff4 (diff) | |
storm-1189: remove more of the code for classic clouds
Diffstat (limited to 'indra/newview/llstartup.cpp')
| -rw-r--r-- | indra/newview/llstartup.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index c6b73dae13..34614a4b78 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -163,7 +163,6 @@ #include "llviewerwindow.h" #include "llvoavatar.h" #include "llvoavatarself.h" -#include "llvoclouds.h" #include "llweb.h" #include "llworld.h" #include "llworldmapmessage.h" @@ -3149,11 +3148,6 @@ bool process_login_success_response() gMoonTextureID = id; } - id = global_textures["cloud_texture_id"]; - if(id.notNull()) - { - gCloudTextureID = id; - } } // Set the location of the snapshot sharing config endpoint |
