From 2d71bef0ca3d0c31975f70118f632fe30393b059 Mon Sep 17 00:00:00 2001 From: nicm Date: Fri, 15 Mar 2019 10:48:05 +0000 Subject: [PATCH] Remove unused member of struct client. --- tmux.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/tmux.h b/tmux.h index d6264357..eb55a588 100644 --- a/tmux.h +++ b/tmux.h @@ -1434,8 +1434,6 @@ struct client { struct session *session; struct session *last_session; - int wlmouse; - int references; void *pan_window;