diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-18 18:05:03 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-18 18:05:03 +0000 |
commit | 7f432e085809a354ce0599c53c8f1f1eec52e18e (patch) | |
tree | 11cd083bb75cb1bc9c3862ac0b86e6cab18caef0 /indra/newview/skins/default | |
parent | b5f9e437ea17dd9f1f3e186d6f2bf7108c279ce1 (diff) |
EXT-5532 Remove any UI evidence of select-buffer rendering's existence
This removes the snapshot 'matte' option. This has been broken for a while, does not appear in spec, there is no pjira evidence that anyone noticed, and it has a LOT of squirrelly code behind it.
Remove the UI option. Later, if no-one screams, the big piles of underlying code can be removed.
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_snapshot.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_snapshot.xml b/indra/newview/skins/default/xui/en/floater_snapshot.xml index 2c9402f6cb..1ab3dda52c 100644 --- a/indra/newview/skins/default/xui/en/floater_snapshot.xml +++ b/indra/newview/skins/default/xui/en/floater_snapshot.xml @@ -354,10 +354,6 @@ label="Depth" name="Depth" value="depth" /> - <combo_box.item - label="Object Mattes" - name="ObjectMattes" - value="objects" /> </combo_box> <check_box label="Interface" |