diff options
author | akleshchev <117672381+akleshchev@users.noreply.github.com> | 2023-02-07 23:52:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-07 23:52:34 +0200 |
commit | 7496e746af2fae3d817e1c665923a0996b5673e3 (patch) | |
tree | ef79b4b5d1fb51e8dbe413f310da0dd4da299622 /indra/llappearance/llwearabledata.h | |
parent | 1eb2b23f4b254052924b198d446c052df9ca3124 (diff) | |
parent | c3ab9487245ac77016f3b651e2db47d239941659 (diff) |
SL-19159 pull request #71 from sldevel/invcat-fast-hash
Faster and simpler inventory category hashing.
Diffstat (limited to 'indra/llappearance/llwearabledata.h')
-rw-r--r-- | indra/llappearance/llwearabledata.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/indra/llappearance/llwearabledata.h b/indra/llappearance/llwearabledata.h index a0c446ea9e..b8e0bf8bd1 100644 --- a/indra/llappearance/llwearabledata.h +++ b/indra/llappearance/llwearabledata.h @@ -86,15 +86,6 @@ private: void pullCrossWearableValues(const LLWearableType::EType type); //-------------------------------------------------------------------- - // Server Communication - //-------------------------------------------------------------------- -public: - LLUUID computeBakedTextureHash(LLAvatarAppearanceDefines::EBakedTextureIndex baked_index, - BOOL generate_valid_hash = TRUE); -protected: - virtual void invalidateBakedTextureHash(LLMD5& hash) const {} - - //-------------------------------------------------------------------- // Member variables //-------------------------------------------------------------------- protected: |