summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorMaxim Nikolenko <maximnproductengine@lindenlab.com>2026-01-28 17:21:27 +0200
committerGitHub <noreply@github.com>2026-01-28 17:21:27 +0200
commit03a4f30bd27f477c461ae085ad9bc03e9c246c9d (patch)
tree77d32ad38342549f9927731d3863edd2d542e52c /indra
parentae50f790325c10ce61131a538aff608db08000cd (diff)
#3502 fix using non-existing "cookies_enabled" control
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llfloaterpreference.cpp2
1 files changed, 0 insertions, 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<LLUICtrl>("cookies_enabled")->getValue());
-
if (hasChild("web_proxy_enabled", true) &&hasChild("web_proxy_editor", true) && hasChild("web_proxy_port", true))
{
bool proxy_enable = getChild<LLUICtrl>("web_proxy_enabled")->getValue();