From 8705c6b4352bc2ffa3f06cd7eed0df65d6e3a5ba Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 20 Dec 2010 00:19:20 +0000 Subject: Dead sessions are never on the active sessions list, so the SESSION_DEAD flag is effectively unused. Remove it. --- tmux.h | 1 - 1 file changed, 1 deletion(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 8b384af1..f5384773 100644 --- a/tmux.h +++ b/tmux.h @@ -948,7 +948,6 @@ struct session { struct paste_stack buffers; #define SESSION_UNATTACHED 0x1 /* not attached to any clients */ -#define SESSION_DEAD 0x2 int flags; struct termios *tio; -- cgit