diff options
author | 2010-03-22 19:18:46 +0000 | |
---|---|---|
committer | 2010-03-22 19:18:46 +0000 | |
commit | 2ffa487231c3136eec1807b5cdc1cc025a714563 (patch) | |
tree | 8a08cddd1010e3575f80a452c12c48ba1ebd27f3 /usr.bin/tmux/tmux.h | |
parent | Reset output functions too when changing client after attaching, to (diff) | |
download | wireguard-openbsd-2ffa487231c3136eec1807b5cdc1cc025a714563.tar.xz wireguard-openbsd-2ffa487231c3136eec1807b5cdc1cc025a714563.zip |
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( |