diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-03-27 15:12:56 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-03-27 15:12:56 +0000 |
commit | 401291730271242da8eaa574743b86285ef0e478 (patch) | |
tree | 81f99f18155d1c44f6c6030a58806cbc1d41f452 /tmux.h | |
parent | dd7abd9b4cc864fffbf20ed433549e684431c4e9 (diff) | |
download | rtmux-401291730271242da8eaa574743b86285ef0e478.tar.gz rtmux-401291730271242da8eaa574743b86285ef0e478.tar.bz2 rtmux-401291730271242da8eaa574743b86285ef0e478.zip |
Nuke unused functions.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.550 2010-03-16 17:30:58 micahcowan Exp $ */ +/* $Id: tmux.h,v 1.551 2010-03-27 15:12:56 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -1596,7 +1596,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( |