aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanelnetwork.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llpanelnetwork.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/linden/indra/newview/llpanelnetwork.cpp b/linden/indra/newview/llpanelnetwork.cpp
index eaf2075..8676c33 100644
--- a/linden/indra/newview/llpanelnetwork.cpp
+++ b/linden/indra/newview/llpanelnetwork.cpp
@@ -53,11 +53,6 @@
53#include "llvieweruictrlfactory.h" 53#include "llvieweruictrlfactory.h"
54#include "llviewerwindow.h" 54#include "llviewerwindow.h"
55 55
56#if LL_LIBXUL_ENABLED
57#include "llmozlib.h"
58#endif // LL_LIBXUL_ENABLED
59
60
61LLPanelNetwork::LLPanelNetwork() 56LLPanelNetwork::LLPanelNetwork()
62{ 57{
63 gUICtrlFactory->buildPanel(this, "panel_preferences_network.xml"); 58 gUICtrlFactory->buildPanel(this, "panel_preferences_network.xml");
@@ -113,11 +108,6 @@ void LLPanelNetwork::cancel()
113// static 108// static
114void LLPanelNetwork::onClickClearCache(void*) 109void LLPanelNetwork::onClickClearCache(void*)
115{ 110{
116#if LL_LIBXUL_ENABLED
117 // clear Mozilla cache
118 LLMozLib::getInstance()->clearCache();
119#endif // LL_LIBXUL_ENABLED
120
121 // flag client cache for clearing next time the client runs 111 // flag client cache for clearing next time the client runs
122 gSavedSettings.setBOOL("PurgeCacheOnNextStartup", TRUE); 112 gSavedSettings.setBOOL("PurgeCacheOnNextStartup", TRUE);
123 gViewerWindow->alertXml("CacheWillClear"); 113 gViewerWindow->alertXml("CacheWillClear");