| 2817 | } |
| 2818 | |
| 2819 | staticfn void |
| 2820 | domenucontrols(void) |
| 2821 | { |
| 2822 | winid cwin = create_nhwindow(NHW_TEXT); |
| 2823 | |
| 2824 | show_menu_controls(cwin, FALSE); |
| 2825 | display_nhwindow(cwin, FALSE); |
| 2826 | destroy_nhwindow(cwin); |
| 2827 | } |
| 2828 | |
| 2829 | /* data for dohelp() */ |
| 2830 | static const struct { |
nothing calls this directly
no test coverage detected