Remove unused function.

This commit is contained in:
Nicholas Marriott
2009-10-21 18:20:16 +00:00
parent 9a4855295b
commit a22c06a2d6
2 changed files with 0 additions and 14 deletions

1
tmux.h
View File

@ -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 *);