diff options
author | nicm <nicm> | 2014-11-30 08:03:29 +0000 |
---|---|---|
committer | nicm <nicm> | 2014-11-30 08:03:29 +0000 |
commit | c403bfc89488bf3867cee9d5c3b4083a3f80bee6 (patch) | |
tree | 551b4aa85cee4c81761e4ef0116b37561c1c0be2 /tmux.h | |
parent | a3612a5472ec5ecf1ffbb1c3cdea58d6b709478d (diff) | |
download | rtmux-c403bfc89488bf3867cee9d5c3b4083a3f80bee6.tar.gz rtmux-c403bfc89488bf3867cee9d5c3b4083a3f80bee6.tar.bz2 rtmux-c403bfc89488bf3867cee9d5c3b4083a3f80bee6.zip |
Remove dead code, from Thomas Adam.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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); |