ARGSUSED */
| 436 | |
| 437 | /* ARGSUSED */ |
| 438 | static void |
| 439 | menu_none(Widget w, XtPointer client_data, XtPointer call_data) |
| 440 | { |
| 441 | nhUse(w); |
| 442 | nhUse(call_data); |
| 443 | |
| 444 | select_none((struct xwindow *) client_data); |
| 445 | } |
| 446 | |
| 447 | /* ARGSUSED */ |
| 448 | static void |
nothing calls this directly
no test coverage detected