diff options
| author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-06-21 21:31:40 +0300 |
|---|---|---|
| committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-06-21 21:31:40 +0300 |
| commit | 30cc3ff01f39952b6138fad4095ea032d4b832a4 (patch) | |
| tree | 28442fb641cb11bf0576aa23c750d74bf413a254 /indra/newview/llappviewer.cpp | |
| parent | 8369276a4967185985cb5957b22cda6897e2df29 (diff) | |
DRTVWR-493 LLViewerParcelMedia to singleton
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 dd79ad5280..a574588b1a 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -2042,7 +2042,6 @@ bool LLAppViewer::cleanup() //Note: //SUBSYSTEM_CLEANUP(LLViewerMedia) has to be put before gTextureList.shutdown() //because some new image might be generated during cleaning up media. --bao - SUBSYSTEM_CLEANUP(LLViewerParcelMedia); gTextureList.shutdown(); // shutdown again in case a callback added something LLUIImageList::getInstance()->cleanUp(); |
