diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2010-03-22 19:18:46 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2010-03-22 19:18:46 +0000 |
commit | c550e66e8542919ab4f02d1cdd87b6d59c7896fb (patch) | |
tree | ded4e4ad0645621398021c6dc34ee6e2a320a76d /tmux.h | |
parent | e16b7b8399c7478db34788e29020f4b973fb5fe0 (diff) | |
download | rtmux-c550e66e8542919ab4f02d1cdd87b6d59c7896fb.tar.gz rtmux-c550e66e8542919ab4f02d1cdd87b6d59c7896fb.tar.bz2 rtmux-c550e66e8542919ab4f02d1cdd87b6d59c7896fb.zip |
Dead functions, lint.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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( |