* Called when menu window is deleted. */ ARGSUSED */
| 178 | */ |
| 179 | /* ARGSUSED */ |
| 180 | void |
| 181 | menu_delete(Widget w, XEvent *event, String *params, Cardinal *num_params) |
| 182 | { |
| 183 | nhUse(event); |
| 184 | nhUse(params); |
| 185 | nhUse(num_params); |
| 186 | |
| 187 | menu_cancel((Widget) None, (XtPointer) find_widget(w), (XtPointer) 0); |
| 188 | } |
| 189 | |
| 190 | /* |
| 191 | * Invert the count'th line (curr) in the given window. |
nothing calls this directly
no test coverage detected