ARGSUSED */
| 397 | |
| 398 | /* ARGSUSED */ |
| 399 | static void |
| 400 | menu_ok(Widget w, XtPointer client_data, XtPointer call_data) |
| 401 | { |
| 402 | struct xwindow *wp = (struct xwindow *) client_data; |
| 403 | |
| 404 | nhUse(w); |
| 405 | nhUse(call_data); |
| 406 | |
| 407 | menu_popdown(wp); |
| 408 | } |
| 409 | |
| 410 | /* ARGSUSED */ |
| 411 | static void |
nothing calls this directly
no test coverage detected