| 1734 | COMMAND(wpinfo, "i"); |
| 1735 | |
| 1736 | void addpath1way1(void) |
| 1737 | { |
| 1738 | WaypointClass.SetWaypointsVisible(true); |
| 1739 | WaypointClass.ManuallyCreatePath(curselection, 1, false); |
| 1740 | } |
| 1741 | |
| 1742 | COMMAND(addpath1way1, ""); |
| 1743 |
nothing calls this directly
no test coverage detected