diff options
author | nicm <nicm> | 2015-04-22 15:05:03 +0000 |
---|---|---|
committer | nicm <nicm> | 2015-04-22 15:05:03 +0000 |
commit | 89e80cabd56bf2f7fa783575fe9b1f6192fade42 (patch) | |
tree | 850d871065ae0a7db26ed6726989a1ca29bbf4b3 /tmux.h | |
parent | 3909aff06aa6de748ae057cab1e723eec2387edd (diff) | |
download | rtmux-89e80cabd56bf2f7fa783575fe9b1f6192fade42.tar.gz rtmux-89e80cabd56bf2f7fa783575fe9b1f6192fade42.tar.bz2 rtmux-89e80cabd56bf2f7fa783575fe9b1f6192fade42.zip |
window_index is only used in one place (window_destroy) so inline it there.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2141,7 +2141,6 @@ struct winlink *winlink_previous_by_number(struct winlink *, struct session *, int); void winlink_stack_push(struct winlink_stack *, struct winlink *); void winlink_stack_remove(struct winlink_stack *, struct winlink *); -int window_index(struct window *, u_int *); struct window *window_find_by_id(u_int); struct window *window_create1(u_int, u_int); struct window *window_create(const char *, int, char **, const char *, |