diff options
author | Merov Linden <merov@lindenlab.com> | 2012-02-13 10:09:33 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-02-13 10:09:33 -0800 |
commit | 632c8c138c94fae24729ef75ac29967cd4758eb3 (patch) | |
tree | cda41ec278cc97114f8b4b5d343190d0cb4de43b /indra/newview | |
parent | d245dad7ddbac36b013c70326ad25eb9247784f6 (diff) |
EXP-1863 : Add comment and dead code cleanup
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llinventorybridge.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp index 1fa6820d2d..eb0f9803b0 100644 --- a/indra/newview/llinventorybridge.cpp +++ b/indra/newview/llinventorybridge.cpp @@ -1778,9 +1778,9 @@ BOOL LLFolderBridge::isUpToDate() const BOOL LLFolderBridge::isItemCopyable() const { + // Folders are always copyable as they have no permissions attached to them as items. + // The story is different of course for items within folders. return TRUE; - // Can copy folders to paste-as-link, but not for straight paste. - //return gSavedSettings.getBOOL("InventoryLinking"); } BOOL LLFolderBridge::isClipboardPasteable() const |