diff options
author | Jonathan Yap <none@none> | 2010-12-24 15:28:46 -0500 |
---|---|---|
committer | Jonathan Yap <none@none> | 2010-12-24 15:28:46 -0500 |
commit | 5d4b4a185914558831546a15730780cea5e560e7 (patch) | |
tree | ca03d42b6804bf5ef4d0e945cf10229854b79263 /indra/newview | |
parent | 971eb7f198371febbf7458f0df7359ef5f8c70b9 (diff) |
STORM-737 Removed unnecessary blank link from llpanelmaininventory.cpp
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llpanelmaininventory.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llpanelmaininventory.cpp b/indra/newview/llpanelmaininventory.cpp index efe84887b5..5e280ef98f 100644 --- a/indra/newview/llpanelmaininventory.cpp +++ b/indra/newview/llpanelmaininventory.cpp @@ -943,7 +943,6 @@ void LLPanelMainInventory::updateListCommands() void LLPanelMainInventory::onAddButtonClick() { - BOOL recent_active = ("Recent Items" == mActivePanel->getName()); mMenuAdd->getChild<LLMenuItemGL>("New Folder")->setEnabled(!recent_active); |