diff options
author | Cosmic Linden <cosmic@lindenlab.com> | 2023-08-14 17:13:38 -0700 |
---|---|---|
committer | Cosmic Linden <cosmic@lindenlab.com> | 2023-08-14 17:13:38 -0700 |
commit | f4d25ca795aed6ab4ad5d024d981ed7ed75710d4 (patch) | |
tree | 3372c8c6ce70b7517dfb8703f906ceeda15b95d4 /indra/llinventory/llpermissions.h | |
parent | 466914e122f201e62d8e969dcc684791e06333d3 (diff) |
SL-20024: Remove misleading permissions comment left over from previous implementation
Diffstat (limited to 'indra/llinventory/llpermissions.h')
-rw-r--r-- | indra/llinventory/llpermissions.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/llinventory/llpermissions.h b/indra/llinventory/llpermissions.h index 32fae844fb..27252f7b97 100644 --- a/indra/llinventory/llpermissions.h +++ b/indra/llinventory/llpermissions.h @@ -251,9 +251,7 @@ public: BOOL setNextOwnerBits(const LLUUID& agent, const LLUUID& group, BOOL set, PermissionMask bits); // This is currently only used in the Viewer to handle calling cards - // where the creator is actually used to store the target. - // It is also used for saving a GLTF material on a prim. - // Use with care. + // where the creator is actually used to store the target. Use with care. void setCreator(const LLUUID& creator) { mCreator = creator; } // |