diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-06-11 15:00:33 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-06-11 15:00:33 -0700 |
commit | a087c4dfbb0823c66f21e3587de9d57937333e32 (patch) | |
tree | 382c19e23e4cbde305d2eebb56b2b31dc35303be /indra/newview/app_settings/commands.xml | |
parent | ff7223fafef58d9f8025e97fee87cf7911d93ccf (diff) |
PATH-710: Removing the pathfinding basic floater and supporting class.
Diffstat (limited to 'indra/newview/app_settings/commands.xml')
-rw-r--r-- | indra/newview/app_settings/commands.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/indra/newview/app_settings/commands.xml b/indra/newview/app_settings/commands.xml index ff4d9ceb93..cb6bdc627f 100644 --- a/indra/newview/app_settings/commands.xml +++ b/indra/newview/app_settings/commands.xml @@ -157,16 +157,6 @@ is_running_function="Floater.IsOpen" is_running_parameters="people" /> - <command name="pathfinding_basic" - available_in_toybox="false" - icon="Command_PF_Basic_Icon" - label_ref="Command_PF_Basic_Label" - tooltip_ref="Command_PF_Basic_Tooltip" - execute_function="Floater.ToggleOrBringToFront" - execute_parameters="pathfinding_basic" - is_running_function="Floater.IsOpen" - is_running_parameters="pathfinding_basic" - /> <command name="pathfinding_console" available_in_toybox="false" icon="Command_Pathfinding_Icon" |