diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-11-03 22:12:39 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-11-03 22:12:39 +0200 |
commit | 5e7a0a963e3549ee61339111b7dfce6b6420d0bc (patch) | |
tree | 2ca3b58a403d678f03fe5a6fea6b2d22db7a0225 /indra/newview/llvoavatar.h | |
parent | af3d4fdf4ef8b3b5aa04124daac24a226b8bf02b (diff) |
SL-14190 moved sAvatarDictionary
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rw-r--r-- | indra/newview/llvoavatar.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h index cfb007cbc9..79f31ba5b5 100644 --- a/indra/newview/llvoavatar.h +++ b/indra/newview/llvoavatar.h @@ -677,9 +677,6 @@ public: public: static BOOL isIndexLocalTexture(LLAvatarAppearanceDefines::ETextureIndex i); static BOOL isIndexBakedTexture(LLAvatarAppearanceDefines::ETextureIndex i); -private: - static const LLAvatarAppearanceDefines::LLAvatarAppearanceDictionary *getDictionary() { return sAvatarDictionary; } - static LLAvatarAppearanceDefines::LLAvatarAppearanceDictionary* sAvatarDictionary; //-------------------------------------------------------------------- // Messaging |