From a22c06a2d6fddd0dda33219ef79b5b646fc973b9 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 21 Oct 2009 18:20:16 +0000 Subject: Remove unused function. --- tmux.h | 1 - 1 file changed, 1 deletion(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 850c2f5b..0e89a135 100644 --- a/tmux.h +++ b/tmux.h @@ -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 *); -- cgit