From ccc72f949f4cd275f8f2e8e903c516c98e1a33be Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Mon, 2 May 2022 08:57:38 -0400 Subject: [PATCH] Fix build failure --- indra/newview/lltoastpanel.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/indra/newview/lltoastpanel.cpp b/indra/newview/lltoastpanel.cpp index 9cc51a93eb3..90824350848 100644 --- a/indra/newview/lltoastpanel.cpp +++ b/indra/newview/lltoastpanel.cpp @@ -128,7 +128,6 @@ LLToastPanel* LLToastPanel::buidPanelFromNotification( { res = new ALPanelRadarAlert(notification); } - } // in all other case we use generic tip panel else { -- GitLab