summaryrefslogtreecommitdiff
path: root/indra/llmessage
diff options
context:
space:
mode:
authorChristian Goetze <cg@lindenlab.com>2009-09-04 18:16:21 +0000
committerChristian Goetze <cg@lindenlab.com>2009-09-04 18:16:21 +0000
commit74e584add651adbb5784276aba5770de9e295846 (patch)
tree1d1a0d9f331fb3c39aac46c3896add32147fdc67 /indra/llmessage
parent76d05a7e50bee33584f35f2f00f32ffe953752e6 (diff)
svn merge -r132607:132665 svn+ssh://svn.lindenlab.com/svn/linden/branches/server/server-1.30
Propagating to trunk: QAR-1705 DEV-29573 QAR-1859 QAR-1804
Diffstat (limited to 'indra/llmessage')
-rw-r--r--indra/llmessage/lltransfersourceasset.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llmessage/lltransfersourceasset.cpp b/indra/llmessage/lltransfersourceasset.cpp
index 5a1cd95ffc..41f3f3f607 100644
--- a/indra/llmessage/lltransfersourceasset.cpp
+++ b/indra/llmessage/lltransfersourceasset.cpp
@@ -270,7 +270,6 @@ bool is_asset_fetch_by_id_allowed(LLAssetType::EType type)
case LLAssetType::AT_BODYPART:
case LLAssetType::AT_ANIMATION:
case LLAssetType::AT_GESTURE:
- case LLAssetType::AT_FAVORITE:
rv = true;
break;
default: