SL-20024: Remove misleading permissions comment left over from previous implementation

master
Cosmic Linden 2023-08-14 17:13:38 -07:00
parent 466914e122
commit f4d25ca795
1 changed files with 1 additions and 3 deletions

View File

@ -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; }
//