diff options
author | angela <angela@lindenlab.com> | 2010-01-14 13:02:44 +0800 |
---|---|---|
committer | angela <angela@lindenlab.com> | 2010-01-14 13:02:44 +0800 |
commit | 402d2e7c9d58852e63ca00fbb464433089b478e1 (patch) | |
tree | 098d05eebfd7e14ce5048197789f6a9ec0624e5e /indra/newview/llfloaterworldmap.cpp | |
parent | 8a2404fa3341db0bd7a60459e008b8a3c6afad03 (diff) | |
parent | 82b073be87e332b7653e442ef3fd84af7376da8e (diff) |
Automated merge with ssh://angela@hg.lindenlab.com/james/gooey
Diffstat (limited to 'indra/newview/llfloaterworldmap.cpp')
-rw-r--r-- | indra/newview/llfloaterworldmap.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llfloaterworldmap.cpp b/indra/newview/llfloaterworldmap.cpp index 0781d8ed06..a00d7abd17 100644 --- a/indra/newview/llfloaterworldmap.cpp +++ b/indra/newview/llfloaterworldmap.cpp @@ -47,7 +47,7 @@ #include "llviewercontrol.h" #include "llcommandhandler.h" #include "lldraghandle.h" -#include "llfirstuse.h" +//#include "llfirstuse.h" #include "llfloaterreg.h" // getTypedInstance() #include "llfocusmgr.h" #include "llinventorymodel.h" @@ -314,7 +314,7 @@ void LLFloaterWorldMap::onOpen(const LLSD& key) adjustZoomSliderBounds(); // Could be first show - LLFirstUse::useMap(); + //LLFirstUse::useMap(); // Start speculative download of landmarks const LLUUID landmark_folder_id = gInventory.findCategoryUUIDForType(LLFolderType::FT_LANDMARK); |