diff options
| author | Richard Linden <none@none> | 2012-12-04 19:10:02 -0800 |
|---|---|---|
| committer | Richard Linden <none@none> | 2012-12-04 19:10:02 -0800 |
| commit | 6c7825107f6ebb3dd8697a52aeb5d29a93060dc4 (patch) | |
| tree | fa4e359f1818b7584596cf34111b90cc4d345796 /indra/newview/llstartup.cpp | |
| parent | 407e5013f3845208e0a60e26e8f0a7fad997df5d (diff) | |
SH-3406 WIP convert fast timers to lltrace system
added copy constructor to periodic recording to allow snapshot generation
in fast timer view
fixed build errors
Diffstat (limited to 'indra/newview/llstartup.cpp')
| -rwxr-xr-x | indra/newview/llstartup.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 69999071e7..648fb0f7b7 100755 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -2183,9 +2183,6 @@ bool idle_startup() LLAppViewer::instance()->handleLoginComplete(); - // reset timers now that we are running "logged in" logic - LLTrace::TimeBlock::reset(); - LLAgentPicksInfo::getInstance()->requestNumberOfPicks(); LLIMFloater::initIMFloater(); |
