diff options
author | nicm <nicm> | 2019-03-15 10:48:05 +0000 |
---|---|---|
committer | nicm <nicm> | 2019-03-15 10:48:05 +0000 |
commit | 2d71bef0ca3d0c31975f70118f632fe30393b059 (patch) | |
tree | 8d161b6df41f42a575528969aa2085e85e583e49 | |
parent | f6d34f066cd872a981196027477a749f58849a02 (diff) | |
download | rtmux-2d71bef0ca3d0c31975f70118f632fe30393b059.tar.gz rtmux-2d71bef0ca3d0c31975f70118f632fe30393b059.tar.bz2 rtmux-2d71bef0ca3d0c31975f70118f632fe30393b059.zip |
Remove unused member of struct client.
-rw-r--r-- | tmux.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1434,8 +1434,6 @@ struct client { struct session *session; struct session *last_session; - int wlmouse; - int references; void *pan_window; |