PANE_FREEZE doesn't do anything anymore, so remove it.

This commit is contained in:
Nicholas Marriott
2011-06-27 00:04:49 +00:00
parent 0503f83c64
commit 1202284f37
2 changed files with 0 additions and 3 deletions

1
tmux.h
View File

@ -807,7 +807,6 @@ struct window_pane {
int flags;
#define PANE_REDRAW 0x1
#define PANE_FREEZE 0x2
char *cmd;
char *shell;