Remove unused member of struct client.

This commit is contained in:
nicm 2019-03-15 10:48:05 +00:00
parent f6d34f066c
commit 2d71bef0ca

2
tmux.h
View File

@ -1434,8 +1434,6 @@ struct client {
struct session *session;
struct session *last_session;
int wlmouse;
int references;
void *pan_window;