From 7e35effefdfbc5bc12822e4da6a3378cdaed161d Mon Sep 17 00:00:00 2001
From: Rye Mutt <rye@alchemyviewer.org>
Date: Sat, 11 Apr 2020 20:56:53 -0400
Subject: [PATCH] Disable old first use notification that resulted in
 frequently polling settings

---
 indra/newview/llfirstuse.cpp | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/indra/newview/llfirstuse.cpp b/indra/newview/llfirstuse.cpp
index 5f6d0b09201..65c457da723 100644
--- a/indra/newview/llfirstuse.cpp
+++ b/indra/newview/llfirstuse.cpp
@@ -94,12 +94,12 @@ void LLFirstUse::notUsingSidePanel(bool enable)
 void LLFirstUse::notMoving(bool enable)
 {
 	// fire off 2 notifications and rely on filtering to select the relevant one
-	firstUseNotification("FirstNotMoving", enable, "HintMove", LLSD(), LLSD().with("target", "move_btn").with("direction", "top"));
-	firstUseNotification("FirstNotMoving", enable, "HintMoveClick", LLSD(), LLSD()
-		.with("target", "nav_bar")
-		.with("direction", "bottom")
-		.with("hint_image", "click_to_move.png")
-		.with("up_arrow", ""));
+	//firstUseNotification("FirstNotMoving", enable, "HintMove", LLSD(), LLSD().with("target", "move_btn").with("direction", "top"));
+	//firstUseNotification("FirstNotMoving", enable, "HintMoveClick", LLSD(), LLSD()
+	//	.with("target", "nav_bar")
+	//	.with("direction", "bottom")
+	//	.with("hint_image", "click_to_move.png")
+	//	.with("up_arrow", ""));
 }
 
 // static
-- 
GitLab