| 1682 | COMMAND(addwp, "i"); |
| 1683 | |
| 1684 | void delwp(void) |
| 1685 | { |
| 1686 | WaypointClass.SetWaypointsVisible(true); |
| 1687 | WaypointClass.DeleteWaypoint(curselection); |
| 1688 | } |
| 1689 | |
| 1690 | COMMAND(delwp, ""); |
| 1691 |
nothing calls this directly
no test coverage detected