diff options
author | Richard Linden <none@none> | 2013-10-18 09:14:53 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-10-18 09:14:53 -0700 |
commit | 9f097380b85a307db472726175c3515fdeb5aed5 (patch) | |
tree | f826df84d9ae357b817bcd17e9e24097b8917af6 /indra/newview/llviewerassetstats.h | |
parent | 18aedf0241ba893e12140c0a3855f328d2b4eded (diff) |
removed asserts in order to get testable builds again
added unpause() behavior and changed pause() to do nothing when already stopped
Diffstat (limited to 'indra/newview/llviewerassetstats.h')
-rwxr-xr-x | indra/newview/llviewerassetstats.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llviewerassetstats.h b/indra/newview/llviewerassetstats.h index aaa299bf4b..9d425c82fc 100755 --- a/indra/newview/llviewerassetstats.h +++ b/indra/newview/llviewerassetstats.h @@ -162,10 +162,6 @@ public: // collection calls. void setRegion(region_handle_t region_handle); - // gather latest metrics data - // call from main thread - void updateStats(); - // Retrieve current metrics for all visited regions (NULL region UUID/handle excluded) // Uses AssetStats structure seen above void getStats(AssetStats& stats, bool compact_output); |