| 1782 | COMMAND(delpath1way2, ""); |
| 1783 | |
| 1784 | void delpath2way1(void) |
| 1785 | { |
| 1786 | WaypointClass.SetWaypointsVisible(true); |
| 1787 | WaypointClass.ManuallyDeletePath(curselection, 1, true); |
| 1788 | } |
| 1789 | |
| 1790 | COMMAND(delpath2way1, ""); |
| 1791 |
nothing calls this directly
no test coverage detected