diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-05-23 15:02:12 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-05-23 15:02:12 -0400 |
commit | e2f179b9edebca1557ce3f774781bb9b9350b781 (patch) | |
tree | 615a9cac64bb02e901f793946b706df0f4b8fdc0 /indra/newview/lltoast.cpp | |
parent | 91a549fb1fca4924dec33a6206990b7d098cfd4e (diff) |
Remove commented-out methods in a couple LLEventTimer subclasses.
Diffstat (limited to 'indra/newview/lltoast.cpp')
-rw-r--r-- | indra/newview/lltoast.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/indra/newview/lltoast.cpp b/indra/newview/lltoast.cpp index 5fc0ea855e..2041d86fc6 100644 --- a/indra/newview/lltoast.cpp +++ b/indra/newview/lltoast.cpp @@ -65,15 +65,6 @@ void LLToastLifeTimer::setPeriod(F32 period) mPeriod = period; } -/*==========================================================================*| -F32 LLToastLifeTimer::getRemainingTimeF32() -{ - F32 et = mEventTimer.getElapsedTimeF32(); - if (!getStarted() || et > mPeriod) return 0.0f; - return mPeriod - et; -} -|*==========================================================================*/ - //-------------------------------------------------------------------------- LLToast::Params::Params() : can_fade("can_fade", true), |