From 960cd3da69952e30535209e3bc486bba6e2c9af0 Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Tue, 15 Sep 2009 23:50:32 +0000 Subject: Sync OpenBSD patchset 326: Nuke unused server_client_index function, pointed out by martynas@. --- tmux.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 70ce3d5d..5d909054 100644 --- a/tmux.h +++ b/tmux.h @@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.441 2009-09-13 20:37:37 tcunha Exp $ */ +/* $Id: tmux.h,v 1.442 2009-09-15 23:50:32 tcunha Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1433,7 +1433,6 @@ const char *key_string_lookup_key(int); /* server.c */ extern struct clients clients; extern struct clients dead_clients; -int server_client_index(struct client *); int server_start(char *); /* server-msg.c */ -- cgit