diff options
author | Dave Parks <davep@lindenlab.com> | 2022-06-29 21:42:44 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-06-29 21:42:44 -0500 |
commit | 6f6df8ed71702f0ee8d21a2b583818ae360dd093 (patch) | |
tree | 70545286267ecc4419b7d1dfe463c6d08490775a /indra/newview/lltooldraganddrop.cpp | |
parent | 56ae3e0a083aefcbd6d7c955bb2c7e9e58000a4b (diff) |
SL-17685 Drag and drop material support
Diffstat (limited to 'indra/newview/lltooldraganddrop.cpp')
-rw-r--r-- | indra/newview/lltooldraganddrop.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/lltooldraganddrop.cpp b/indra/newview/lltooldraganddrop.cpp index a4b34bb5b6..55e8a3b98b 100644 --- a/indra/newview/lltooldraganddrop.cpp +++ b/indra/newview/lltooldraganddrop.cpp @@ -1083,8 +1083,6 @@ void LLToolDragAndDrop::dropMaterialOneFace(LLViewerObject* hit_obj, { return; } - - LLTextureEntry* tep = hit_obj ? (hit_obj->getTE(hit_face)) : NULL; hit_obj->setRenderMaterialID(hit_face, asset_id); |