=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.252 retrieving revision 1.253 diff -u -r1.252 -r1.253 --- src/usr.bin/tmux/tmux.h 2010/12/20 00:17:22 1.252 +++ src/usr.bin/tmux/tmux.h 2010/12/20 00:19:20 1.253 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.252 2010/12/20 00:17:22 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.253 2010/12/20 00:19:20 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -948,7 +948,6 @@ struct paste_stack buffers; #define SESSION_UNATTACHED 0x1 /* not attached to any clients */ -#define SESSION_DEAD 0x2 int flags; struct termios *tio;