diff options
author | nicm <nicm> | 2019-05-12 07:27:08 +0000 |
---|---|---|
committer | nicm <nicm> | 2019-05-12 07:27:08 +0000 |
commit | c91323e4d6a4bd5f2c646e315d57ead1a7c568ea (patch) | |
tree | 00fa4c58b6eea80e82a97e6e3a32df1530bb9d9c /tmux.h | |
parent | 198b0a23a21ac1cd30b1e9c23fcc38087c22bd7e (diff) | |
download | rtmux-c91323e4d6a4bd5f2c646e315d57ead1a7c568ea.tar.gz rtmux-c91323e4d6a4bd5f2c646e315d57ead1a7c568ea.tar.bz2 rtmux-c91323e4d6a4bd5f2c646e315d57ead1a7c568ea.zip |
Remove menu_create_from_items, I thought I would use it for some later
work but I don't need it.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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, |