aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewermenu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llviewermenu.cpp')
-rw-r--r--linden/indra/newview/llviewermenu.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/linden/indra/newview/llviewermenu.cpp b/linden/indra/newview/llviewermenu.cpp
index e270dbb..c8adf7b 100644
--- a/linden/indra/newview/llviewermenu.cpp
+++ b/linden/indra/newview/llviewermenu.cpp
@@ -10724,19 +10724,6 @@ class LLAdvancedDumpAvatarLocalTextures : public view_listener_t
10724 } 10724 }
10725}; 10725};
10726 10726
10727///////////////////////////////////
10728// Reload Avatar Cloud Particles //
10729///////////////////////////////////
10730
10731
10732class LLAdvancedReloadAvatarCloudParticle : public view_listener_t
10733{
10734 bool handleEvent(LLPointer<LLEvent> event, const LLSD& userdata)
10735 {
10736 LLVOAvatar::initCloud();
10737 return true;
10738 }
10739};
10740 10727
10741/////////// 10728///////////
10742// Crash // 10729// Crash //
@@ -11526,7 +11513,6 @@ void initialize_menus()
11526 addMenu(new LLAdvancedDumpAttachments(), "Advanced.DumpAttachments"); 11513 addMenu(new LLAdvancedDumpAttachments(), "Advanced.DumpAttachments");
11527 addMenu(new LLAdvancedDebugAvatarTextures(), "Advanced.DebugAvatarTextures"); 11514 addMenu(new LLAdvancedDebugAvatarTextures(), "Advanced.DebugAvatarTextures");
11528 addMenu(new LLAdvancedDumpAvatarLocalTextures(), "Advanced.DumpAvatarLocalTextures"); 11515 addMenu(new LLAdvancedDumpAvatarLocalTextures(), "Advanced.DumpAvatarLocalTextures");
11529 addMenu(new LLAdvancedReloadAvatarCloudParticle(), "Advanced.ReloadAvatarCloudParticle");
11530 11516
11531 // Advanced > Crash 11517 // Advanced > Crash
11532 addMenu(new LLAdvancedCrash(), "Advanced.Crash"); 11518 addMenu(new LLAdvancedCrash(), "Advanced.Crash");