diff options
author | Rider Linden <rider@lindenlab.com> | 2017-01-26 10:19:54 -0800 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2017-01-26 10:19:54 -0800 |
commit | bab0ee6a3a32e816cffd5923a38a723713173f91 (patch) | |
tree | 575091073f28a43dc973f39cbc889d66c27ffa36 | |
parent | 56f9cce8a11cadff1b7c8cf7c001638bfe1155fb (diff) |
MAINT-7082: max_idle_time unused.
-rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index a148d3c30d..e557076daa 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -1487,7 +1487,7 @@ bool LLAppViewer::frame() ms_sleep(500); } - const F64Milliseconds max_idle_time = llmin(.005f*10.f*(F32Milliseconds)gFrameTimeSeconds, F32Milliseconds(5)); // 5 ms a second + //const F64Milliseconds max_idle_time = llmin(.005f*10.f*(F32Milliseconds)gFrameTimeSeconds, F32Milliseconds(5)); // 5 ms a second idleTimer.reset(); S32 total_work_pending = 0; S32 total_io_pending = 0; |