mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 21:56:57 +00:00
Remove menu_create_from_items, I thought I would use it for some later
work but I don't need it.
This commit is contained in:
4
tmux.h
4
tmux.h
@ -2551,9 +2551,7 @@ __dead void printflike(1, 2) fatal(const char *, ...);
|
||||
__dead void printflike(1, 2) fatalx(const char *, ...);
|
||||
|
||||
/* menu.c */
|
||||
struct menu *menu_create_from_items(struct menu_item *, u_int,
|
||||
struct client *, struct cmd_find_state *, const char *);
|
||||
struct menu *menu_create_from_string(const char *, struct client *,
|
||||
struct menu *menu_create(const char *, struct client *,
|
||||
struct cmd_find_state *, const char *);
|
||||
void menu_free(struct menu *);
|
||||
int menu_display(struct menu *, int, struct cmdq_item *, u_int,
|
||||
|
Reference in New Issue
Block a user