diff options
author | Dave Parks <davep@lindenlab.com> | 2023-01-10 18:42:21 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2023-01-10 18:42:21 -0600 |
commit | 28c245b071e0dfdbacce6f287eb80f57f850d857 (patch) | |
tree | fcc0c662296e3fb2b13394f6a4db3ec058c7e436 /indra/newview/llselectmgr.cpp | |
parent | 68da705f3ba284928c7e23acd4164d56dea17af9 (diff) | |
parent | c6ea8f9c825e823c4f1130d3448eb83a02b8af87 (diff) |
Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559
Diffstat (limited to 'indra/newview/llselectmgr.cpp')
-rw-r--r-- | indra/newview/llselectmgr.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llselectmgr.cpp b/indra/newview/llselectmgr.cpp index 4a69eba4d3..61f9d3d6d0 100644 --- a/indra/newview/llselectmgr.cpp +++ b/indra/newview/llselectmgr.cpp @@ -5862,7 +5862,6 @@ void LLSelectMgr::processObjectProperties(LLMessageSystem* msg, void** user_data if (can_copy && can_transfer) { - // this should be the only place that saved textures is called node->saveTextures(texture_ids); } |