diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-07-28 10:32:28 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-07-28 10:32:28 +0100 |
commit | 76da1229ec26b582e054e8a1588ea78943c92d70 (patch) | |
tree | 54233cf60fad3167c4502c04a72fced9e590db86 /indra/newview/lloutfitslist.cpp | |
parent | a3328658725dd12efbb1a9107e4c6f0612772c12 (diff) | |
parent | 6110cb6a36cb9cef39af0951ec47458696ac1da6 (diff) |
merge from PE's viewer-release
Diffstat (limited to 'indra/newview/lloutfitslist.cpp')
-rw-r--r-- | indra/newview/lloutfitslist.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/lloutfitslist.cpp b/indra/newview/lloutfitslist.cpp index c3eee1d1ad..8147a97317 100644 --- a/indra/newview/lloutfitslist.cpp +++ b/indra/newview/lloutfitslist.cpp @@ -1005,11 +1005,6 @@ bool LLOutfitsList::canWearSelected() { const LLUUID& id = *it; - if (LLAppearanceMgr::isLinkInCOF(id)) - { - return false; - } - // Check whether the item is worn. if (!get_can_item_be_worn(id)) { |