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/newview/llviewerwearable.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/newview/llviewerwearable.h')
-rw-r--r-- | indra/newview/llviewerwearable.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llviewerwearable.h b/indra/newview/llviewerwearable.h index cc99f6af2f..24b1323b2b 100644 --- a/indra/newview/llviewerwearable.h +++ b/indra/newview/llviewerwearable.h @@ -93,7 +93,6 @@ public: // the wearable was worn. make sure the name of the wearable object matches the LLViewerInventoryItem, // not the wearable asset itself. void refreshName(); - /*virtual*/void addToBakedTextureHash(LLMD5& hash) const {} protected: LLAssetID mAssetID; |