diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2016-08-30 14:09:58 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2016-08-30 14:09:58 -0400 |
commit | 82e71849a9975acbc27e7816c6f3430a693eccd4 (patch) | |
tree | 423e63c1305cd8f75818bc7207f968db61b01018 /indra/newview/llappearancemgr.cpp | |
parent | eddce74206328f213d83c9a76432645a7d3dbc22 (diff) |
MAINT-5232: Remove unreferenced mInFlightCounter.
This fixes fatal warnings.
Diffstat (limited to 'indra/newview/llappearancemgr.cpp')
-rw-r--r-- | indra/newview/llappearancemgr.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp index a1d9786321..b57c268391 100644 --- a/indra/newview/llappearancemgr.cpp +++ b/indra/newview/llappearancemgr.cpp @@ -3889,7 +3889,6 @@ LLAppearanceMgr::LLAppearanceMgr(): mAttachmentInvLinkEnabled(false), mOutfitIsDirty(false), mOutfitLocked(false), - mInFlightCounter(0), mInFlightTimer(), mIsInUpdateAppearanceFromCOF(false), mOutstandingAppearanceBakeRequest(false), |