Nuke unused server_client_index function, pointed out by martynas@.

This commit is contained in:
Nicholas Marriott
2009-09-14 11:25:35 +00:00
parent 8a873b97a3
commit 8548624676
2 changed files with 0 additions and 14 deletions

1
tmux.h
View File

@ -1435,7 +1435,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 */