diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-10-21 18:20:16 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-10-21 18:20:16 +0000 |
commit | a22c06a2d6fddd0dda33219ef79b5b646fc973b9 (patch) | |
tree | 174cc026f11ff562559cc0d3ac5b96b26e1fea57 /tmux.h | |
parent | 9a4855295b9116e9bfe9003ec480e6bc27826bc7 (diff) | |
download | rtmux-a22c06a2d6fddd0dda33219ef79b5b646fc973b9.tar.gz rtmux-a22c06a2d6fddd0dda33219ef79b5b646fc973b9.tar.bz2 rtmux-a22c06a2d6fddd0dda33219ef79b5b646fc973b9.zip |
Remove unused function.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 *); |