| 1758 | COMMAND(addpath2way1, ""); |
| 1759 | |
| 1760 | void addpath2way2(void) |
| 1761 | { |
| 1762 | WaypointClass.SetWaypointsVisible(true); |
| 1763 | WaypointClass.ManuallyCreatePath(curselection, 2, true); |
| 1764 | } |
| 1765 | |
| 1766 | COMMAND(addpath2way2, ""); |
| 1767 |
nothing calls this directly
no test coverage detected