aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2010-09-28 07:15:45 +0000
committerNicholas Marriott <nicm@openbsd.org>2010-09-28 07:15:45 +0000
commit4789a4ee1f27034484fbf9622db8b5740d1cd51f (patch)
tree56509b6403a49f1f21259d9701bb8b0816df6fe5
parent9a7cde0c9be168900d3914857c85d71bc472608f (diff)
downloadrtmux-4789a4ee1f27034484fbf9622db8b5740d1cd51f.tar.gz
rtmux-4789a4ee1f27034484fbf9622db8b5740d1cd51f.tar.bz2
rtmux-4789a4ee1f27034484fbf9622db8b5740d1cd51f.zip
Nuke a leftover RB tree declaration spotted by blambert.
-rw-r--r--tmux.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index 762f0d26..2e1c8e1d 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1827,9 +1827,7 @@ int screen_check_selection(struct screen *, u_int, u_int);
/* window.c */
extern struct windows windows;
-int window_cmp(struct window *, struct window *);
int winlink_cmp(struct winlink *, struct winlink *);
-RB_PROTOTYPE(windows, window, entry, window_cmp);
RB_PROTOTYPE(winlinks, winlink, entry, winlink_cmp);
struct winlink *winlink_find_by_index(struct winlinks *, int);
struct winlink *winlink_find_by_window(struct winlinks *, struct window *);