summaryrefslogtreecommitdiff
path: root/indra/newview/llstartup.cpp
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2019-06-21 21:31:40 +0300
committerandreykproductengine <andreykproductengine@lindenlab.com>2019-06-21 21:31:40 +0300
commit30cc3ff01f39952b6138fad4095ea032d4b832a4 (patch)
tree28442fb641cb11bf0576aa23c750d74bf413a254 /indra/newview/llstartup.cpp
parent8369276a4967185985cb5957b22cda6897e2df29 (diff)
DRTVWR-493 LLViewerParcelMedia to singleton
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rw-r--r--indra/newview/llstartup.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp
index d3be7c64f8..8be453ad6c 100644
--- a/indra/newview/llstartup.cpp
+++ b/indra/newview/llstartup.cpp
@@ -2806,9 +2806,6 @@ void LLStartUp::multimediaInit()
std::string msg = LLTrans::getString("LoginInitializingMultimedia");
set_startup_status(0.42f, msg.c_str(), gAgent.mMOTD.c_str());
display_startup();
-
- // LLViewerMedia::initClass();
- LLViewerParcelMedia::initClass();
}
void LLStartUp::fontInit()