diff options
| author | Ansariel <ansariel.hiller@phoenixviewer.com> | 2024-12-09 13:26:53 +0100 | 
|---|---|---|
| committer | Ansariel <ansariel.hiller@phoenixviewer.com> | 2024-12-09 13:26:53 +0100 | 
| commit | 9e47573dae0bf29f4e30eddc9b29308d2588d9b4 (patch) | |
| tree | 5b31815ed171ec927b3f98e258cbd43bc480102d | |
| parent | 412b3db5a877eab977346e3f30464d5745afd69b (diff) | |
Remove orphaned notifications (follow-up to 412b3db5a877eab977346e3f30464d5745afd69b)
| -rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 31 | 
1 files changed, 0 insertions, 31 deletions
| diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index ee93c8b000..cb31bea237 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -12586,35 +12586,4 @@ are wearing now.         name="okbutton"         yestext="OK"/>    </notification> - -  <notification -   icon="notify.tga" -   name="TextureDiscardBackgrounded" -   type="notify"> -      <unique> -          <context>DELAY</context> -      </unique> -      To improve system performance, [SECOND_LIFE] has reduced texture memory usage after being in the background for [DELAY] seconds.  It may take some time for texture image quality to return to normal. -     <usetemplate -       ignoretext="Ask me about background texture memory usage and recovery" -       name="okcancelignore" -       yestext="OK" -       notext="Disable"/> -  </notification> - -  <notification -   icon="notify.tga" -   name="TextureDiscardMinimized" -   type="notify"> -      <unique> -          <context>DELAY</context> -      </unique> -      To improve system performance, [SECOND_LIFE] has reduced texture memory usage after being minimized for [DELAY] seconds.  It may take some time for texture image quality to return to normal. -     <usetemplate -       ignoretext="Ask me about minimized texture memory usage and recovery" -       name="okcancelignore" -       yestext="OK" -       notext="Disable"/> -  </notification> -      </notifications> | 
