summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2019-05-12 07:27:09 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2019-05-12 07:27:09 +0000
commit5712c79ba9c3b1dd3a5235e4272a50d37132ee8a (patch)
treea687a2c9b8bc6ac22e7cfaf77ecaeab7353a0fd4 /usr.bin/tmux/tmux.h
parent5719378af92197b8710728dabaf6f270862d3b54 (diff)
Remove menu_create_from_items, I thought I would use it for some later
work but I don't need it.
Diffstat (limited to 'usr.bin/tmux/tmux.h')
-rw-r--r--usr.bin/tmux/tmux.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h
index 7ff83cd7e2c..afd3a90e8cc 100644
--- a/usr.bin/tmux/tmux.h
+++ b/usr.bin/tmux/tmux.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tmux.h,v 1.895 2019/05/10 18:04:06 nicm Exp $ */
+/* $OpenBSD: tmux.h,v 1.896 2019/05/12 07:27:08 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
@@ -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,