Sync OpenBSD patchset 431:

Remove unused function.
This commit is contained in:
Tiago Cunha
2009-10-23 17:27:40 +00:00
parent d7d4d7830b
commit 31552722a8
2 changed files with 2 additions and 16 deletions

3
tmux.h
View File

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