diff options
author | Merov Linden <merov@lindenlab.com> | 2012-10-09 12:07:35 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-10-09 12:07:35 -0700 |
commit | 1db55ab6da9f6fcc9f51d4c09ed5fa2b88afd7c4 (patch) | |
tree | 19717ef908bfd8b55960f994979bdd92947174eb | |
parent | b9063e09fb2b90d14696911723dd3a46e3053ff8 (diff) |
CHUI-393 : Suppress the sort participants by distance from you menu item. Kept the code around.
-rw-r--r-- | indra/newview/skins/default/xui/en/menu_participant_view.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/indra/newview/skins/default/xui/en/menu_participant_view.xml b/indra/newview/skins/default/xui/en/menu_participant_view.xml index 0043c14479..6fa0707eea 100644 --- a/indra/newview/skins/default/xui/en/menu_participant_view.xml +++ b/indra/newview/skins/default/xui/en/menu_participant_view.xml @@ -59,17 +59,6 @@ function="IMFloaterContainer.Check" parameter="sort_participants_by_recent" /> </menu_item_check> - <menu_item_check - label="Sort participants by distance from you" - layout="topleft" - name="sort_participants_by_distance"> - <on_click - function="IMFloaterContainer.Action" - parameter="sort_participants_by_distance" /> - <on_check - function="IMFloaterContainer.Check" - parameter="sort_participants_by_distance" /> - </menu_item_check> <menu_item_separator layout="topleft" /> <menu_item_call |