diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-05-28 16:45:23 -0400 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-05-28 16:45:23 -0400 |
commit | 7efaa216a1c42ed85663bcf2c7d0ef6df718c780 (patch) | |
tree | c92423c64a1e59d220db82854347cf0a41177488 /indra/newview/lltexlayer.h | |
parent | a5c9e30fc806cc8cf291b7da0fd4133ca8241fed (diff) |
EXT-7504 WIP Force decloud after timeout using lower res textures
Code cleanup.
Some minor changes in logic for when low res texture is used.
Added more metrics to notifications and texture debug output.
Diffstat (limited to 'indra/newview/lltexlayer.h')
-rw-r--r-- | indra/newview/lltexlayer.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/lltexlayer.h b/indra/newview/lltexlayer.h index f2d86032fb..8f386b5a19 100644 --- a/indra/newview/lltexlayer.h +++ b/indra/newview/lltexlayer.h @@ -366,10 +366,6 @@ private: static S32 sGLByteCount; - // Low res upload methods -protected: - BOOL isUploadTimeout() const; -private: LLFrameTimer mNeedsUploadTimer; // Tracks time since upload was requested }; |