diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2010-03-22 19:18:47 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2010-03-22 19:18:47 +0000 |
commit | dcd3d8817d73944d51e4fd40a72c950817598ecf (patch) | |
tree | 9387575a7ce0b7cb463f62a7ed87def93cdcb9a6 /usr.bin/tmux/tmux.h | |
parent | 22a1d2366979dcbc2ac0c42647bfeb96351c8613 (diff) |
Dead functions, lint.
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 0280868e068..49b763b107a 100644 --- a/usr.bin/tmux/tmux.h +++ b/usr.bin/tmux/tmux.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.212 2010/03/22 19:10:42 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.213 2010/03/22 19:18:46 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -1597,7 +1597,6 @@ void server_window_loop(void); /* server-fn.c */ void server_fill_environ(struct session *, struct environ *); -void server_write_error(struct client *, const char *); void server_write_client( struct client *, enum msgtype, const void *, size_t); void server_write_session( |