diff options
| author | Richard Linden <none@none> | 2012-07-03 17:05:28 -0700 |
|---|---|---|
| committer | Richard Linden <none@none> | 2012-07-03 17:05:28 -0700 |
| commit | a8defa513c3b2b83f476a1de115fd0332566b483 (patch) | |
| tree | c08141e3dd3379808aecdafa0f72635b7ed9f113 /indra/newview/llfolderviewitem.cpp | |
| parent | 7fb39240d0b0b849e5459c075ce973210d3c5c44 (diff) | |
CHUI-101 WIP Make LLFolderview general purpose
removed viewer dependencies from folderview code
Diffstat (limited to 'indra/newview/llfolderviewitem.cpp')
| -rw-r--r-- | indra/newview/llfolderviewitem.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/indra/newview/llfolderviewitem.cpp b/indra/newview/llfolderviewitem.cpp index 3937d4332b..dee3fe7218 100644 --- a/indra/newview/llfolderviewitem.cpp +++ b/indra/newview/llfolderviewitem.cpp @@ -1798,16 +1798,6 @@ BOOL LLFolderViewFolder::handleMouseDown( S32 x, S32 y, MASK mask ) BOOL LLFolderViewFolder::handleDoubleClick( S32 x, S32 y, MASK mask ) { - /* Disable outfit double click to wear - const LLUUID &cat_uuid = getViewModelItem()->getUUID(); - const LLViewerInventoryCategory *cat = gInventory.getCategory(cat_uuid); - if (cat && cat->getPreferredType() == LLFolderType::FT_OUTFIT) - { - getViewModelItem()->performAction(NULL, NULL,"replaceoutfit"); - return TRUE; - } - */ - BOOL handled = FALSE; if( isOpen() ) { |
