diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-06-11 11:00:38 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-06-11 11:00:38 -0400 |
commit | 5700ba737d23c02bfa61010c194f9e70ff6e75dd (patch) | |
tree | 64c1bf7959d7f56f4a9778c4016992d930c3af0a /indra/newview/lltexturefetch.cpp | |
parent | bd56bf44a8a7e4202665bab1f108899b98c68b3f (diff) |
avatar metrics - cleanup, removed unused fields
Diffstat (limited to 'indra/newview/lltexturefetch.cpp')
-rwxr-xr-x | indra/newview/lltexturefetch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltexturefetch.cpp b/indra/newview/lltexturefetch.cpp index 0c2d813e2c..f47f3864dd 100755 --- a/indra/newview/lltexturefetch.cpp +++ b/indra/newview/lltexturefetch.cpp @@ -1906,7 +1906,7 @@ LLTextureFetch::LLTextureFetch(LLTextureCache* cache, LLImageDecodeThread* image mFetchDebugger(NULL), mFetchSource(LLTextureFetch::FROM_ALL), mOriginFetchSource(LLTextureFetch::FROM_ALL), - mFetcherLocked(FALSE) + mFetcherLocked(FALSE) { mCurlPOSTRequestCount = 0; mMaxBandwidth = gSavedSettings.getF32("ThrottleBandwidthKBPS"); |