summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorGlenn Glazer <coyot@lindenlab.com>2017-03-16 15:45:52 -0700
committerGlenn Glazer <coyot@lindenlab.com>2017-03-16 15:45:52 -0700
commit4992654682255a6cace1c5ee86b4b8bf28fde15d (patch)
tree1a1144ae7a86a78c9f23ce1fd2041f188b770da9 /indra/newview/llappviewer.cpp
parent664e4b44662ff06ce88bd0a604b0fbf64643337e (diff)
merge cleanup
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r--indra/newview/llappviewer.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index 242266eac5..b4cb094877 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -5500,20 +5500,6 @@ void LLAppViewer::handleLoginComplete()
mSavePerAccountSettings=true;
}
-/**
-* Check if user is running a new version of the viewer.
-* Display the Release Notes if it's not overriden by the "UpdaterShowReleaseNotes" setting.
-*/
-void LLAppViewer::showReleaseNotesIfRequired()
-{
- if (LLVersionInfo::getChannelAndVersion() != gLastRunVersion
- && gSavedSettings.getBOOL("UpdaterShowReleaseNotes")
- && !gSavedSettings.getBOOL("FirstLoginThisInstall"))
- {
- LLSD info(getViewerInfo());
- LLWeb::loadURLInternal(info["VIEWER_RELEASE_NOTES_URL"]);
- }
-}
//virtual
void LLAppViewer::setMasterSystemAudioMute(bool mute)
{