diff options
author | Tofu Buzzard <no-email> | 2011-03-09 10:56:03 -0800 |
---|---|---|
committer | Tofu Buzzard <no-email> | 2011-03-09 10:56:03 -0800 |
commit | 63636e8ceabc7487e42427d9a6a83cad5116daa0 (patch) | |
tree | e912dda63824af14ea7a53c4e31b9ec22a514b44 /indra/newview/llinventoryfunctions.cpp | |
parent | 47f8b357eaa2af76e675c2235a071962f4203b5f (diff) | |
parent | 75e938cd75d82fcea7d58c556abf403b3629283e (diff) |
merge
Diffstat (limited to 'indra/newview/llinventoryfunctions.cpp')
-rw-r--r-- | indra/newview/llinventoryfunctions.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llinventoryfunctions.cpp b/indra/newview/llinventoryfunctions.cpp index 342d15cf0f..db3b968730 100644 --- a/indra/newview/llinventoryfunctions.cpp +++ b/indra/newview/llinventoryfunctions.cpp @@ -483,9 +483,6 @@ bool LLInventoryCollectFunctor::itemTransferCommonlyAllowed(const LLInventoryIte switch(item->getType()) { - case LLAssetType::AT_CALLINGCARD: - return false; - break; case LLAssetType::AT_OBJECT: case LLAssetType::AT_BODYPART: case LLAssetType::AT_CLOTHING: |