diff options
| author | Merov Linden <merov@lindenlab.com> | 2013-04-01 13:39:14 -0700 |
|---|---|---|
| committer | Merov Linden <merov@lindenlab.com> | 2013-04-01 13:39:14 -0700 |
| commit | c588f6be31a203f05fbd784b0270555c6e1d04d6 (patch) | |
| tree | 3aee0084d863ced72667988cf575812132b1f935 /indra/newview/llviewermenu.cpp | |
| parent | cb4ec925823fdfe09504c78a7d7a96228a4b6219 (diff) | |
CHUI-907 : Fixed! Suppress inexistant menu item and duplicated registrar entry to avoid warning
Diffstat (limited to 'indra/newview/llviewermenu.cpp')
| -rw-r--r-- | indra/newview/llviewermenu.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llviewermenu.cpp b/indra/newview/llviewermenu.cpp index 66db0ac8f3..ab1788d1cb 100644 --- a/indra/newview/llviewermenu.cpp +++ b/indra/newview/llviewermenu.cpp @@ -8283,8 +8283,6 @@ void initialize_menus() view_listener_t::addEnable(new LLUploadCostCalculator(), "Upload.CalculateCosts"); - - commit.add("Inventory.NewWindow", boost::bind(&LLFloaterInventory::showAgentInventory)); enable.add("Conversation.IsConversationLoggingAllowed", boost::bind(&LLFloaterIMContainer::isConversationLoggingAllowed)); // Agent |
