MCPcopy Create free account
hub / github.com/NetHack/NetHack / menu_none

Function menu_none

win/X11/winmenu.c:438–445  ·  view source on GitHub ↗

ARGSUSED */

Source from the content-addressed store, hash-verified

436
437/* ARGSUSED */
438static void
439menu_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 */
448static void

Callers

nothing calls this directly

Calls 1

select_noneFunction · 0.85

Tested by

no test coverage detected