=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.940 retrieving revision 1.941 diff -u -r1.940 -r1.941 --- src/usr.bin/tmux/tmux.h 2019/12/16 15:48:50 1.940 +++ src/usr.bin/tmux/tmux.h 2019/12/16 16:39:03 1.941 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.940 2019/12/16 15:48:50 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.941 2019/12/16 16:39:03 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -2228,7 +2228,6 @@ void server_client_push_stderr(struct client *); void printflike(2, 3) server_client_add_message(struct client *, const char *, ...); -char *server_client_get_path(struct client *, const char *); const char *server_client_get_cwd(struct client *, struct session *); /* server-fn.c */