diff options
author | callum_linden <none@none> | 2018-01-17 16:13:19 -0800 |
---|---|---|
committer | callum_linden <none@none> | 2018-01-17 16:13:19 -0800 |
commit | d3f544d39d204c60c6112f0ba4abd906ac28481a (patch) | |
tree | 97a2c7c1685dae832e2be76891332abbae5293ae /indra/newview/llappviewer.cpp | |
parent | e84e4a1adf29b3a807c9d0c0e4841b5f12ea9756 (diff) |
Fixes for 'MAINT-8196 Remove LLPluginCookieStore from the viewer' and 'MAINT-8194 Remove per-frame calls to updateJavascriptObject()'
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index e827a728ae..d22d0dcf59 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -1940,8 +1940,6 @@ bool LLAppViewer::cleanup() LLAvatarIconIDCache::getInstance()->save(); - LLViewerMedia::saveCookieFile(); - // Stop the plugin read thread if it's running. LLPluginProcessParent::setUseReadThread(false); |