Remove unused define, also a man fix from jmc.

This commit is contained in:
nicm 2020-04-10 20:53:54 +00:00
parent c0602f357d
commit 1c433f1354
2 changed files with 1 additions and 2 deletions

1
tmux.h
View File

@ -843,7 +843,6 @@ struct window_mode {
void (*formats)(struct window_mode_entry *,
struct format_tree *);
};
#define WINDOW_MODE_TIMEOUT 180
/* Active window mode. */
struct window_mode_entry {