| 1750 | COMMAND(addpath1way2, ""); |
| 1751 | |
| 1752 | void addpath2way1(void) |
| 1753 | { |
| 1754 | WaypointClass.SetWaypointsVisible(true); |
| 1755 | WaypointClass.ManuallyCreatePath(curselection, 1, true); |
| 1756 | } |
| 1757 | |
| 1758 | COMMAND(addpath2way1, ""); |
| 1759 |
nothing calls this directly
no test coverage detected