| 1742 | COMMAND(addpath1way1, ""); |
| 1743 | |
| 1744 | void addpath1way2(void) |
| 1745 | { |
| 1746 | WaypointClass.SetWaypointsVisible(true); |
| 1747 | WaypointClass.ManuallyCreatePath(curselection, 2, false); |
| 1748 | } |
| 1749 | |
| 1750 | COMMAND(addpath1way2, ""); |
| 1751 |
nothing calls this directly
no test coverage detected