From 4dc63de6a8b26e3b880771f043b20d8eded2d8e5 Mon Sep 17 00:00:00 2001
From: Igor Borovkov <iborovkov@productengine.com>
Date: Fri, 12 Mar 2010 12:13:33 +0200
Subject: [PATCH] completed EXT-6305 (Remove "ScriptToast" notification in
 xui/en and all localizations)

just cleaned up notifications.xml

reviewed by Richard and Tofu at https://codereview.productengine.com/secondlife/r/1/

--HG--
branch : product-engine
---
 .../skins/default/xui/en/notifications.xml    | 21 -------------------
 1 file changed, 21 deletions(-)

diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml
index a2540237c86..5680b91c054 100644
--- a/indra/newview/skins/default/xui/en/notifications.xml
+++ b/indra/newview/skins/default/xui/en/notifications.xml
@@ -5379,27 +5379,6 @@ Grant this request?
     </form>
   </notification>
 
-  <notification
-   icon="notify.tga"
-   name="ScriptToast"
-   type="notify">
-    [FIRST] [LAST]&apos;s &apos;[TITLE]&apos; is requesting Resident input.
-    <form name="form">
-      <button
-       index="0"
-       name="Open"
-       text="Open Dialog"/>
-      <button
-       index="1"
-       name="Ignore"
-       text="Ignore"/>
-      <button
-       index="2"
-       name="Block"
-       text="Block"/>
-    </form>
-  </notification>
-
 <!--
   <notification
    icon="notify.tga"
-- 
GitLab