diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2014-11-30 08:03:30 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2014-11-30 08:03:30 +0000 |
commit | 946a76aa1f53a91d539f051ae697562ab7b0953e (patch) | |
tree | b2a3ee530f3badc189bad4b750c77d29a60297ca /usr.bin/tmux/tmux.h | |
parent | a16d5cb7ac8cdedfe6941093742de8dd0d6203bb (diff) |
Remove dead code, from Thomas Adam.
Diffstat (limited to 'usr.bin/tmux/tmux.h')
-rw-r--r-- | usr.bin/tmux/tmux.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h index ec33367a884..7eaf767bb51 100644 --- a/usr.bin/tmux/tmux.h +++ b/usr.bin/tmux/tmux.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.481 2014/11/14 02:19:47 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.482 2014/11/30 08:03:29 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -2236,9 +2236,6 @@ struct window_choose_data *window_choose_add_window(struct window_pane *, struct window_choose_data *window_choose_add_session(struct window_pane *, struct client *, struct session *, const char *, const char *, u_int); -struct window_choose_data *window_choose_add_item(struct window_pane *, - struct client *, struct winlink *, const char *, - const char *, u_int); void window_choose_expand_all(struct window_pane *); void window_choose_collapse_all(struct window_pane *); void window_choose_set_current(struct window_pane *, u_int); |