diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-03-20 11:43:34 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-03-20 11:43:34 -0400 |
commit | 5c19f15dcaab304b555bf659f2d309d0d2afbc89 (patch) | |
tree | 10dc7c72710174413d8418ae030624251f3d5bc9 /indra/newview/llappviewer.cpp | |
parent | c7a7347a429653f2684752e887381cbc3a95e3a3 (diff) |
Removed avatar stuff from asset metrics, again. Must have gotten broken in a merge at some point.
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index dac268ec92..3adf956ae3 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -4392,7 +4392,6 @@ void LLAppViewer::idle() // The 5-second interval is nice for this purpose. If the object debug // bit moves or is disabled, please give this a suitable home. LLViewerAssetStatsFF::record_fps_main(gFPSClamped); - LLViewerAssetStatsFF::record_avatar_stats(); } } |