diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2009-10-21 18:20:17 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2009-10-21 18:20:17 +0000 |
commit | de87ce08d2cfb78f17463278c42af6590de96a88 (patch) | |
tree | 43acc79c0c6271311c71e76f96de90bcb9ede5ac /usr.bin/tmux/tmux.h | |
parent | 83e3c0784947f6837ab7bb1944998c0c40cbb527 (diff) |
Remove unused function.
Diffstat (limited to 'usr.bin/tmux/tmux.h')
-rw-r--r-- | usr.bin/tmux/tmux.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h index e8cea6a17f9..337ae28a999 100644 --- a/usr.bin/tmux/tmux.h +++ b/usr.bin/tmux/tmux.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.143 2009/10/20 19:18:28 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.144 2009/10/21 18:20:16 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -1252,7 +1252,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 *); |