aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-10-23 17:27:40 +0000
committerTiago Cunha <tcunha@gmx.com>2009-10-23 17:27:40 +0000
commit31552722a8415163606e5ce0451290e4bf773243 (patch)
tree0dcbee7277b030f6e3ac46598436ce86e8b5100c /tmux.h
parentd7d4d7830b734934604a76ad79261217d2dcfe6c (diff)
downloadrtmux-31552722a8415163606e5ce0451290e4bf773243.tar.gz
rtmux-31552722a8415163606e5ce0451290e4bf773243.tar.bz2
rtmux-31552722a8415163606e5ce0451290e4bf773243.zip
Sync OpenBSD patchset 431:
Remove unused function.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index e1035206..1bd25cf5 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.481 2009-10-23 17:16:24 tcunha Exp $ */
+/* $Id: tmux.h,v 1.482 2009-10-23 17:27:40 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1250,7 +1250,6 @@ int job_cmp(struct job *, struct job *);
RB_PROTOTYPE(jobs, job, entry, job_cmp);
void job_tree_init(struct jobs *);
void job_tree_free(struct jobs *);
-u_int job_tree_size(struct jobs *);
struct job *job_get(struct jobs *, const char *);
struct job *job_add(struct jobs *, struct client *,
const char *, void (*)(struct job *), void (*)(void *), void *);