Dead functions, lint.

This commit is contained in:
Nicholas Marriott
2010-03-22 19:18:46 +00:00
parent e16b7b8399
commit c550e66e85
3 changed files with 0 additions and 35 deletions

1
tmux.h
View File

@ -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(