| 1790 | COMMAND(delpath2way1, ""); |
| 1791 | |
| 1792 | void delpath2way2(void) |
| 1793 | { |
| 1794 | WaypointClass.SetWaypointsVisible(true); |
| 1795 | WaypointClass.ManuallyDeletePath(curselection, 2, true); |
| 1796 | } |
| 1797 | |
| 1798 | COMMAND(delpath2way2, ""); |
| 1799 |
nothing calls this directly
no test coverage detected