From 03a4f30bd27f477c461ae085ad9bc03e9c246c9d Mon Sep 17 00:00:00 2001 From: Maxim Nikolenko Date: Wed, 28 Jan 2026 17:21:27 +0200 Subject: #3502 fix using non-existing "cookies_enabled" control --- indra/newview/llfloaterpreference.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/indra/newview/llfloaterpreference.cpp b/indra/newview/llfloaterpreference.cpp index f23bd5f2e3..ebf05438d5 100644 --- a/indra/newview/llfloaterpreference.cpp +++ b/indra/newview/llfloaterpreference.cpp @@ -620,8 +620,6 @@ void LLFloaterPreference::apply() std::string cache_location = gDirUtilp->getExpandedFilename(LL_PATH_CACHE, ""); setCacheLocation(cache_location); - LLViewerMedia::getInstance()->setCookiesEnabled(getChild("cookies_enabled")->getValue()); - if (hasChild("web_proxy_enabled", true) &&hasChild("web_proxy_editor", true) && hasChild("web_proxy_port", true)) { bool proxy_enable = getChild("web_proxy_enabled")->getValue(); -- cgit v1.3