diff options
Diffstat (limited to 'indra/newview/skins')
-rwxr-xr-x | indra/newview/skins/default/xui/en/menu_viewer.xml | 9 | ||||
-rwxr-xr-x | indra/newview/skins/default/xui/en/notifications.xml | 39 |
2 files changed, 0 insertions, 48 deletions
diff --git a/indra/newview/skins/default/xui/en/menu_viewer.xml b/indra/newview/skins/default/xui/en/menu_viewer.xml index f66272aa2e..9c8313f46c 100755 --- a/indra/newview/skins/default/xui/en/menu_viewer.xml +++ b/indra/newview/skins/default/xui/en/menu_viewer.xml @@ -547,15 +547,6 @@ <menu_item_check.on_check control="NavBarShowParcelProperties" /> </menu_item_check> - <menu_item_check - label="Simple Imposters" - name="RenderAutoMuteEnabled"> - <menu_item_check.on_check - control="RenderAutoMuteEnabled" /> - <menu_item_check.on_click - function="ToggleControl" - parameter="RenderAutoMuteEnabled" /> - </menu_item_check> <menu_item_separator /> <menu_item_check label="Advanced Menu" diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 5bf33da14a..1e18ddbf99 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -203,45 +203,6 @@ Message Template [PATH] not found. </notification> <notification - icon="notify.tga" - name="ExceededHighDetailRenderCost" - persist="false" - type="alertmodal"> - Your avatar has become too complex to be rendered by even high performance computers. Almost all Residents will see a low detail stand in instead of your actual avatar. - <unique/> - <usetemplate - ignoretext="Avatar exceeded high detail complexity." - name="okignore" - yestext="Close"/> - </notification> - - <notification - icon="notify.tga" - name="ExceededMidDetailRenderCost" - persist="false" - type="alertmodal"> - Your avatar has become too complex to be rendered by most computers. Many Residents will see a low detail stand in instead of your actual avatar. - <unique/> - <usetemplate - ignoretext="Avatar exceeded mid detail complexity." - name="okignore" - yestext="Close"/> -</notification> - - <notification - icon="notify.tga" - name="ExceededLowDetailRenderCost" - persist="false" - type="alertmodal"> - Your avatar has become too complex to be rendered by some computers. Some Residents will see a low detail stand in instead of your actual avatar. - <unique/> - <usetemplate - ignoretext="Avatar exceeded low detail complexity." - name="okignore" - yestext="Close"/> - </notification> - - <notification icon="alertmodal.tga" name="WearableSave" type="alertmodal"> |