diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-09-25 18:14:45 +0300 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2024-09-25 18:31:06 +0300 |
commit | 37f539bdbbd83f4ceabd88b0038fd9dc1980ca32 (patch) | |
tree | f1ecf4e226b2faf0ed3bda249f352bf6432567f8 /indra/newview/llvoicevivox.h | |
parent | d73395a0aa8ab4d2bb4623487be106690714524e (diff) |
viewer#2413 Partially remove obsolete alert about expiring voice morphs
VoiceEffectsWillExpire can be triggered externally. Don't remove the
notification, only viewer's code that triggers it so that external
notification keeps working.
Diffstat (limited to 'indra/newview/llvoicevivox.h')
-rw-r--r-- | indra/newview/llvoicevivox.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llvoicevivox.h b/indra/newview/llvoicevivox.h index 7862e492b2..3167705528 100644 --- a/indra/newview/llvoicevivox.h +++ b/indra/newview/llvoicevivox.h @@ -880,7 +880,6 @@ private: bool mIsNew; LLFrameTimer mExpiryTimer; - LLFrameTimer mExpiryWarningTimer; }; bool mVoiceFontsReceived; |