diff options
| author | Richard Linden <none@none> | 2013-10-03 19:04:51 -0700 |
|---|---|---|
| committer | Richard Linden <none@none> | 2013-10-03 19:04:51 -0700 |
| commit | f8a85003ddd4bee1ae00fc329c1c1d66d6100cbd (patch) | |
| tree | 2e375eabfc5dcba0155a8201e3a356dd4a18580e /indra/newview/llstartup.cpp | |
| parent | 1821fa12838974c4eb7de2b6e9f79bf8a4cf23f1 (diff) | |
more memory optimizations of lltrace
Diffstat (limited to 'indra/newview/llstartup.cpp')
| -rwxr-xr-x | indra/newview/llstartup.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 39ced906ad..72c76f9424 100755 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -2176,10 +2176,6 @@ bool idle_startup() // reset keyboard focus to sane state of pointing at world gFocusMgr.setKeyboardFocus(NULL); -#if 0 // sjb: enable for auto-enabling timer display - gDebugView->mFastTimerView->setVisible(TRUE); -#endif - LLAppViewer::instance()->handleLoginComplete(); LLAgentPicksInfo::getInstance()->requestNumberOfPicks(); |
