diff options
| author | Oz Linden <oz@lindenlab.com> | 2011-05-26 20:30:33 -0400 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2011-05-26 20:30:33 -0400 |
| commit | 42b967e8a1ad55dd3a07616f8c1a8d92e535848f (patch) | |
| tree | e35792a9bdd28863df096107da66a40ef0eb830e /indra/newview/llstartup.cpp | |
| parent | a99941a7fd55ad56144793957792cdb8bb0e5df6 (diff) | |
| parent | c5bf566b2fae1688d9639b4e9e846d70a8c43e83 (diff) | |
merge changes for oz windlight issues
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 |
