Dismiss from clicking on rip image. */
| 117 | #ifdef GRAPHIC_TOMBSTONE |
| 118 | /* Dismiss from clicking on rip image. */ |
| 119 | void |
| 120 | rip_dismiss_text(Widget w, XEvent *event, String *params, Cardinal *num_params) |
| 121 | { |
| 122 | dismiss_text(XtParent(w), event, params, num_params); |
| 123 | } |
| 124 | #endif |
| 125 | |
| 126 | /* ARGSUSED */ |
nothing calls this directly
no test coverage detected