diff options
| author | Glenn Glazer <coyot@lindenlab.com> | 2017-03-16 15:45:52 -0700 | 
|---|---|---|
| committer | Glenn Glazer <coyot@lindenlab.com> | 2017-03-16 15:45:52 -0700 | 
| commit | 4992654682255a6cace1c5ee86b4b8bf28fde15d (patch) | |
| tree | 1a1144ae7a86a78c9f23ce1fd2041f188b770da9 | |
| parent | 664e4b44662ff06ce88bd0a604b0fbf64643337e (diff) | |
merge cleanup
| -rw-r--r-- | indra/newview/llappviewer.cpp | 14 | 
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)  { | 
