diff options
author | Dave Parks <davep@lindenlab.com> | 2023-02-10 12:46:28 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2023-02-10 12:46:28 -0600 |
commit | c5c511b8ff9191f40a98907c306fabd8e4f97b78 (patch) | |
tree | 9b7dccc3e13741ae3658dd772e104e8fc9429f2e /indra | |
parent | 2fc0694a33bdadd49e1b0b6022d173546610d889 (diff) | |
parent | 89fd7ad3c5b9ba2f0d082869d4b524f99ac4a0c0 (diff) |
Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/lltooldraganddrop.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/lltooldraganddrop.cpp b/indra/newview/lltooldraganddrop.cpp index 53bc77daa9..1b19ba33a3 100644 --- a/indra/newview/lltooldraganddrop.cpp +++ b/indra/newview/lltooldraganddrop.cpp @@ -2045,11 +2045,6 @@ EAcceptance LLToolDragAndDrop::dad3dApplyToObject( { return ACCEPT_NO_LOCKED; } - //If texture !copyable don't texture or you'll never get it back. - if(!item->getPermissions().allowCopyBy(gAgent.getID())) - { - return ACCEPT_NO; - } if (cargo_type == DAD_TEXTURE) { |