Skip to content
Snippets Groups Projects
Commit 1db55ab6 authored by Merov Linden's avatar Merov Linden
Browse files

CHUI-393 : Suppress the sort participants by distance from you menu item. Kept the code around.

parent b9063e09
No related branches found
No related tags found
No related merge requests found
...@@ -59,17 +59,6 @@ ...@@ -59,17 +59,6 @@
function="IMFloaterContainer.Check" function="IMFloaterContainer.Check"
parameter="sort_participants_by_recent" /> parameter="sort_participants_by_recent" />
</menu_item_check> </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 <menu_item_separator
layout="topleft" /> layout="topleft" />
<menu_item_call <menu_item_call
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment