1
0
mirror of https://github.com/tmux/tmux.git synced 2025-03-25 15:28:49 +00:00

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;