diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-11-05 00:02:33 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-11-05 00:05:14 +0200 |
commit | 6f99c42e93ed5a8370ef25f29212f596c89724c6 (patch) | |
tree | 88b3eb29f281731c63df5d29899f0119746e78ac /indra/newview/llvoavatar.h | |
parent | 382668bed7b2e5df14fdd7cf51ce19e82eaecda1 (diff) |
SL-13867 Remove unused sFreezeCounter
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rw-r--r-- | indra/newview/llvoavatar.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h index 74ef589ca4..152e3b5610 100644 --- a/indra/newview/llvoavatar.h +++ b/indra/newview/llvoavatar.h @@ -616,14 +616,6 @@ private: BOOL mCulled; //-------------------------------------------------------------------- - // Freeze counter - //-------------------------------------------------------------------- -public: - static void updateFreezeCounter(S32 counter = 0); -private: - static S32 sFreezeCounter; - - //-------------------------------------------------------------------- // Constants //-------------------------------------------------------------------- public: |