diff options
| author | Richard Linden <none@none> | 2013-07-01 17:04:01 -0700 |
|---|---|---|
| committer | Richard Linden <none@none> | 2013-07-01 17:04:01 -0700 |
| commit | 04bdc8ba83c297945dd60489c241b88adf892ff4 (patch) | |
| tree | f19e8a7c87203242abd39450dd4cfbea6857ee55 /indra/newview/lldrawable.cpp | |
| parent | 2fc422f39ddaca25c69e8cf2092a9d66840379f3 (diff) | |
SH-4294 FIX Interesting: Statistics Texture cache hit rate is always 0%
also, removed LLTrace::init and cleanup
removed derived class implementation of memory stat for LLMemTrackable
is automatic now
Diffstat (limited to 'indra/newview/lldrawable.cpp')
| -rwxr-xr-x | indra/newview/lldrawable.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/lldrawable.cpp b/indra/newview/lldrawable.cpp index 628f7f7bfb..3dddf4b554 100755 --- a/indra/newview/lldrawable.cpp +++ b/indra/newview/lldrawable.cpp @@ -59,7 +59,6 @@ const F32 MIN_SHADOW_CASTER_RADIUS = 2.0f; static LLFastTimer::DeclareTimer FTM_CULL_REBOUND("Cull Rebound"); extern bool gShiftFrame; -LLTrace::MemStatHandle LLDrawable::sMemStat("LLDrawable"); //////////////////////// |
