From 401291730271242da8eaa574743b86285ef0e478 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 27 Mar 2010 15:12:56 +0000 Subject: Nuke unused functions. --- tmux.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 81c11aa6..2abb44f8 100644 --- a/tmux.h +++ b/tmux.h @@ -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 @@ -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( -- cgit