aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2015-04-22 15:05:03 +0000
committernicm <nicm>2015-04-22 15:05:03 +0000
commit89e80cabd56bf2f7fa783575fe9b1f6192fade42 (patch)
tree850d871065ae0a7db26ed6726989a1ca29bbf4b3 /tmux.h
parent3909aff06aa6de748ae057cab1e723eec2387edd (diff)
downloadrtmux-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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 53fd9b28..52dc1529 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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 *,