summaryrefslogtreecommitdiff
path: root/indra/newview/llstartup.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-02-10 01:10:36 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-02-10 01:10:36 +0200
commit24d4517458f46ad0cd7284a5f30c4d961d518aa8 (patch)
tree683bc53040c85af8e2234e546a4da7f3ffc8001d /indra/newview/llstartup.cpp
parent199f82786e1a19af519afa4713d2cced44c640d8 (diff)
SL-14807 Viewer crashes when creating an experience
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rw-r--r--indra/newview/llstartup.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp
index 17777c3ceb..e4a5687dc6 100644
--- a/indra/newview/llstartup.cpp
+++ b/indra/newview/llstartup.cpp
@@ -1818,9 +1818,6 @@ bool idle_startup()
display_startup();
- //all categories loaded. lets create "My Favorites" category
- gInventory.findCategoryUUIDForType(LLFolderType::FT_FAVORITE,true);
-
// set up callbacks
LL_INFOS() << "Registering Callbacks" << LL_ENDL;
LLMessageSystem* msg = gMessageSystem;