From c550e66e8542919ab4f02d1cdd87b6d59c7896fb Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 22 Mar 2010 19:18:46 +0000 Subject: Dead functions, lint. --- tmux.h | 1 - 1 file changed, 1 deletion(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 05a4dd94..3145b742 100644 --- a/tmux.h +++ b/tmux.h @@ -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( -- cgit