diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-07-25 18:20:17 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-07-25 18:20:17 +0300 |
commit | adeee613c60e8d4d2d57ede9685b8388a681c409 (patch) | |
tree | 293356b6048b0c3f43b7570329e11a4c308e25ca /indra/newview/llappviewer.cpp | |
parent | 17fae30f721c716bab1dd78cc5f8ac6b0aad49e0 (diff) |
DRTVWR-493 LLRender2D to LLParamSingleton
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 cb4655cd87..1365ce6c7e 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -1886,7 +1886,6 @@ bool LLAppViewer::cleanup() LLPrimitive::cleanupVolumeManager(); SUBSYSTEM_CLEANUP(LLWorldMapView); SUBSYSTEM_CLEANUP(LLFolderViewItem); - SUBSYSTEM_CLEANUP(LLUI); // // Shut down the VFS's AFTER the decode manager cleans up (since it cleans up vfiles). |