summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2008-10-28 23:56:20 +0000
committerJames Cook <james@lindenlab.com>2008-10-28 23:56:20 +0000
commitb406972af1ce404b19639cdbe955f07d2f8fb61f (patch)
tree7bc82814b795f608b341a4402b0390fe285bee5f /indra/newview/llappviewer.cpp
parent7a9360c8bc5b5819aec805cf1583fa7c84ea02ea (diff)
svn merge -r100302:100467 installer-james-combo-merge for QAR-972, incorporating:
QAR-892 Windows installer that pings secondlife.com on launch QAR-837 Six New Languages in the Installer QAR-908 downloader-support-1 merge
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r--indra/newview/llappviewer.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index aed88497ee..f47f9b1f43 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -216,10 +216,6 @@ const F32 DEFAULT_AFK_TIMEOUT = 5.f * 60.f; // time with no input before user fl
F32 gSimLastTime; // Used in LLAppViewer::init and send_stats()
F32 gSimFrames;
-std::string gDisabledMessage; // Set in LLAppViewer::initConfiguration used in idle_startup
-
-BOOL gHideLinks = FALSE; // Set in LLAppViewer::initConfiguration, used externally
-
BOOL gAllowIdleAFK = TRUE;
BOOL gAllowTapTapHoldRun = TRUE;
BOOL gShowObjectUpdates = FALSE;
@@ -1869,22 +1865,6 @@ bool LLAppViewer::initConfiguration()
// llerrs << "Failed to parse skin definition." << llendl;
// }
- // LLXmlTreeNode* rootp = skin_def_tree.getRoot();
- // LLXmlTreeNode* disabled_message_node = rootp->getChildByName("disabled_message");
- // if (disabled_message_node)
- // {
- // gDisabledMessage = disabled_message_node->getContents();
- // }
-
- // static LLStdStringHandle hide_links_string = LLXmlTree::addAttributeString("hide_links");
- // rootp->getFastAttributeBOOL(hide_links_string, gHideLinks);
-
- // // Legacy string. This flag really meant we didn't want to expose references to "Second Life".
- // // Just set gHideLinks instead.
- // static LLStdStringHandle silent_string = LLXmlTree::addAttributeString("silent_update");
- // BOOL silent_update;
- // rootp->getFastAttributeBOOL(silent_string, silent_update);
- // gHideLinks = (gHideLinks || silent_update);
//}
#if LL_DARWIN