aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2010-12-20 00:19:20 +0000
committerNicholas Marriott <nicm@openbsd.org>2010-12-20 00:19:20 +0000
commit8705c6b4352bc2ffa3f06cd7eed0df65d6e3a5ba (patch)
tree67fd5782bb4dc8a0b78c6521ccf0647aad655e2c /tmux.h
parent9358cfaf4a566a060af81312ff73ee1e3e8c8ced (diff)
downloadrtmux-8705c6b4352bc2ffa3f06cd7eed0df65d6e3a5ba.tar.gz
rtmux-8705c6b4352bc2ffa3f06cd7eed0df65d6e3a5ba.tar.bz2
rtmux-8705c6b4352bc2ffa3f06cd7eed0df65d6e3a5ba.zip
Dead sessions are never on the active sessions list, so the SESSION_DEAD
flag is effectively unused. Remove it.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 0 insertions, 1 deletions
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;