summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-06-30 21:02:26 +0100
committerThomas Adam <thomas@xteddy.org>2019-06-30 21:02:26 +0100
commitabcd4bd24662e79a7ae936c5d2c971417864c519 (patch)
tree9da6e4b100a5fd48271956c293a20e8b53277653 /tmux.h
parent68c2fc682493f154d833ae6195b4adc33fd4a3b2 (diff)
parentcf30e0f9357b7e42491645a87eeae06ffb8e8066 (diff)
Merge branch 'obsd-master'
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 d34dcaea..35c2d1b9 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2364,7 +2364,6 @@ struct window *window_find_by_id_str(const char *);
struct window *window_find_by_id(u_int);
void window_update_activity(struct window *);
struct window *window_create(u_int, u_int);
-void window_destroy(struct window *);
void window_pane_set_event(struct window_pane *);
struct window_pane *window_get_active_at(struct window *, u_int, u_int);
struct window_pane *window_find_string(struct window *, const char *);